Skip to content

Commit

Permalink
Fix artifact paths for cross-compiled mac artifacts (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja authored Jun 19, 2024
1 parent 4eded7e commit bb79db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ jobs:
run: mv *.exe Choreo-${{ github.ref_name }}-Windows-aarch64.exe

- name: Rename macOS x86_64 bundle
working-directory: pkg/macOS-x86_64/release/bundle/dmg
working-directory: pkg/macOS-x86_64/x86_64-apple-darwin/release/bundle/dmg
run: mv *.dmg Choreo-${{ github.ref_name }}-macOS-x86_64.dmg

- name: Rename macOS arm64 bundle
working-directory: pkg/macOS-arm64/release/bundle/dmg
working-directory: pkg/macOS-arm64/aarch64-apple-darwin/release/bundle/dmg
run: mv *.dmg Choreo-${{ github.ref_name }}-macOS-arm64.dmg

- name: Rename Linux x86_64 file (.AppImage)
Expand Down

0 comments on commit bb79db0

Please sign in to comment.