Skip to content

Commit

Permalink
Fix zipped folder
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Oct 11, 2024
1 parent 3d1fa95 commit 7813443
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 @@ -31,16 +31,16 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: AppleBlox-${{ env.VERSION }}_x64
path: dist/mac_x64/AppleBlox.app
path: dist/mac_x64

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

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

0 comments on commit 7813443

Please sign in to comment.