Skip to content

Commit

Permalink
Fix deployment of macOS artifacts (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Jun 3, 2024
1 parent f07f921 commit 8788930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: artifacts
name: artifacts-${{ matrix.os }}
path: build/out/*.zip
retention-days: 1

Expand All @@ -79,6 +79,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: build/out/
pattern: artifacts-*
merge-multiple: true
- run: tree build

Expand Down

0 comments on commit 8788930

Please sign in to comment.