Fix uploading multiple artifacts
This commit is contained in:
parent
f008763361
commit
60a2c6168b
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "${{ format('ComicTagger-{0}', runner.os) }}"
|
||||
name: "${{ format('ComicTagger-{0}', matrix.os) }}"
|
||||
path: |
|
||||
dist/*.whl
|
||||
dist/binary/*.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user