forked from nonsensical-dev/zenyx-engine
properly specify artifact uses
This commit is contained in:
parent
0ac9586e67
commit
676a42f923
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ jobs:
|
||||||
chmod +x artifacts/${{ matrix.binary_name }}
|
chmod +x artifacts/${{ matrix.binary_name }}
|
||||||
|
|
||||||
- name: ⬆️ Upload artifact
|
- name: ⬆️ Upload artifact
|
||||||
uses: code.forgejo.org/forgejo/upload-artifact@v4
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.binary_name }}
|
name: ${{ matrix.binary_name }}
|
||||||
path: artifacts/${{ matrix.binary_name }}
|
path: artifacts/${{ matrix.binary_name }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue