properly specify artifact uses

This commit is contained in:
Chance 2025-04-11 13:44:08 -04:00 committed by BitSyndicate
parent 0ac9586e67
commit 676a42f923
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE

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