Skip to content

Commit

Permalink
Remove .zip suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Oct 11, 2024
1 parent 783d9bd commit 3d1fa95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
- name: Upload (mac_x64)
uses: actions/upload-artifact@v4
with:
name: AppleBlox-${{ env.VERSION }}_x64.zip
name: AppleBlox-${{ env.VERSION }}_x64
path: dist/mac_x64/AppleBlox.app

- name: Upload (mac_universal)
uses: actions/upload-artifact@v4
with:
name: AppleBlox-${{ env.VERSION }}_universal.zip
name: AppleBlox-${{ env.VERSION }}_universal
path: dist/mac_universal/AppleBlox.app

- name: Upload (mac_arm64)
uses: actions/upload-artifact@v4
with:
name: AppleBlox-${{ env.VERSION }}_arm64.zip
name: AppleBlox-${{ env.VERSION }}_arm64
path: dist/mac_arm64/AppleBlox.app

0 comments on commit 3d1fa95

Please sign in to comment.