Skip to content

Commit

Permalink
Removed "mac" keyword in name
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Jul 1, 2024
1 parent d7a4975 commit 42550d4
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 @@ -40,17 +40,17 @@ jobs:
- name: Upload (mac_x64)
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}_mac_x64_${{ env.VERSION }}
name: ${{ github.event.repository.name }}_x64_${{ env.VERSION }}
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 }}
name: ${{ github.event.repository.name }}_universal_${{ env.VERSION }}
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 }}
name: ${{ github.event.repository.name }}_arm64_${{ env.VERSION }}
path: dist/mac_arm64_${{ env.VERSION }}.zip

0 comments on commit 42550d4

Please sign in to comment.