Skip to content

Commit

Permalink
Fixed file names
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Jul 1, 2024
1 parent 3e0f9e6 commit d7a4975
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 @@ -41,16 +41,16 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}_mac_x64_${{ env.VERSION }}
path: dist/appleblox_x64_${{ env.VERSION }}.zip
path: dist/mac_x64_${{ env.VERSION }}.zip

- name: Upload (mac_universal)
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}_mac_universal_${{ env.VERSION }}
path: dist/appleblox_universal_${{ env.VERSION }}.zip
path: dist/mac_universal_${{ env.VERSION }}.zip

- name: Upload (mac_arm64)
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}_mac_arm64_${{ env.VERSION }}
path: dist/appleblox_arm64_${{ env.VERSION }}.zip
path: dist/mac_arm64_${{ env.VERSION }}.zip

0 comments on commit d7a4975

Please sign in to comment.