Skip to content

Commit

Permalink
Add arch to uploaded artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed May 16, 2024
1 parent 187d09b commit d047a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/upload-build-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- uses: actions/upload-artifact@v3
with:
name: Mac Artifact
name: Mac Artifact (${{ runner.arch }})
path: dist/apps/zui/*.dmg

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d047a7e

Please sign in to comment.