Skip to content

Commit

Permalink
Gather the macOS binaries when releasing (apache#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower authored Nov 22, 2023
1 parent f75b39b commit 0bbc155
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-support/stage-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ pushd "$DEST_PATH"
tar cvzf x64-windows-static.tar.gz x64-windows-static
tar cvzf x86-windows-static.tar.gz x86-windows-static
rm -r x64-windows-static x86-windows-static
mv macos-arm64.zip macos-arm64
mv macos-arm64/* .
mv macos-x86_64.zip macos-x86_64
mv macos-x86_64/* .
rm -rf macos-x86_64/ macos-arm64/
popd

# Sign all files
Expand Down

0 comments on commit 0bbc155

Please sign in to comment.