Skip to content

Commit

Permalink
Fix release action for darwin arm
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKalkoken committed Aug 31, 2024
1 parent c7081ba commit 6aa1f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.NAME }}-macos
name: ${{ env.NAME }}-macos-arm
path: ${{ env.NAME }}-${{ env.VERSION }}-darwin-arm64.zip
if-no-files-found: error
overwrite: true
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.NAME }}-macos
name: ${{ env.NAME }}-macos-intel
path: ${{ env.NAME }}-${{ env.VERSION }}-darwin-intel64.zip
if-no-files-found: error
overwrite: true
Expand Down

0 comments on commit 6aa1f95

Please sign in to comment.