Skip to content

Commit

Permalink
correct artifact name of macos universal binary
Browse files Browse the repository at this point in the history
  • Loading branch information
LenaWil committed Dec 7, 2024
1 parent b92700e commit 446b7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Upload macOS Universal version
uses: actions/upload-artifact@v4
with:
name: mac-arm64
name: mac-universal
path: dist/Heroic*universal.dmg
retention-days: 14
if-no-files-found: error
Expand Down

0 comments on commit 446b7a4

Please sign in to comment.