properly specify artifact uses
This commit is contained in:
parent
2aa5f2157a
commit
d105ff745b
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue