properly specify artifact uses

This commit is contained in:
Chance 2025-04-11 13:44:08 -04:00 committed by lily
parent aa258a137e
commit 726ad6fc0a
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

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 }}