properly specify artifact uses

This commit is contained in:
Chance 2025-04-11 13:44:08 -04:00 committed by BitSyndicate
parent 2aa5f2157a
commit d105ff745b

View file

@ -54,7 +54,7 @@ jobs:
chmod +x artifacts/${{ matrix.binary_name }}
- name: ⬆️ Upload artifact
uses: code.forgejo.org/forgejo/upload-artifact@v4
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
with:
name: ${{ matrix.binary_name }}
path: artifacts/${{ matrix.binary_name }}