Skip to content

Commit

Permalink
Fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Jul 4, 2024
1 parent f476475 commit 4cf2b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Upload (mac_x64)
uses: actions/upload-artifact@v4
with:
name: dist/AppleBlox-${{ env.VERSION }}_x64.dmg
name: AppleBlox-${{ env.VERSION }}_x64.dmg
path: dist/AppleBlox-${{ env.VERSION }}_x64.dmg

- name: Upload (mac_universal)
Expand Down

0 comments on commit 4cf2b3c

Please sign in to comment.