Skip to content

Commit

Permalink
Fix build with new upload action.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 26, 2024
1 parent 0516cca commit aea0d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: upload
uses: actions/upload-artifact@v4
with:
name: libraries.zip
name: libraries-${{ matrix.architecture }}.zip
path: dist/*.zip
if-no-files-found: ignore

Expand Down

0 comments on commit aea0d86

Please sign in to comment.