Skip to content

Commit

Permalink
Fix artifact upload names in GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed Jun 3, 2024
1 parent 8788930 commit 691e3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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-${{ matrix.os }}
name: artifacts-${{ matrix.platform.os }}
path: build/out/*.zip
retention-days: 1

Expand Down

0 comments on commit 691e3a9

Please sign in to comment.