Skip to content

Commit

Permalink
Merge pull request #1266 from Chia-Network/armreleasefix3
Browse files Browse the repository at this point in the history
ci: fix mac pkg release names
  • Loading branch information
TheLastCicada authored Jan 17, 2025
2 parents 9e849d4 + c4fef54 commit 2918079
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,11 @@ jobs:
zip -r cadt-macos-arm64-${{ steps.tag-name.outputs.TAGNAME }}.zip cadt-macos-arm64-installer.pkg
zip -r cadt-linux-x64-${{ steps.tag-name.outputs.TAGNAME }}.zip cadt-linux-x64
zip -r cadt-linux-arm64-${{ steps.tag-name.outputs.TAGNAME }}.zip cadt-linux-arm64
mv cadt-macos-x64-installer.pkg cadt-macos-x64-${{ steps.tag-name.outputs.TAGNAME }}.pkg
mv cadt-macos-arm64-installer.pkg cadt-macos-arm64-${{ steps.tag-name.outputs.TAGNAME }}.pkg
mv -v cadt-macos-x64-installer.pkg cadt-macos-x64-${{ steps.tag-name.outputs.TAGNAME }}.pkg
mv -v cadt-macos-arm64-installer.pkg cadt-macos-arm64-${{ steps.tag-name.outputs.TAGNAME }}.pkg
echo ""
ls -lah
# RC release should not be set as latest
- name: Decide if release should be set as latest
Expand Down

0 comments on commit 2918079

Please sign in to comment.