Skip to content

Commit 0bbc155

Browse files
Gather the macOS binaries when releasing (#355)
1 parent f75b39b commit 0bbc155

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build-support/stage-release.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ pushd "$DEST_PATH"
4343
tar cvzf x64-windows-static.tar.gz x64-windows-static
4444
tar cvzf x86-windows-static.tar.gz x86-windows-static
4545
rm -r x64-windows-static x86-windows-static
46+
mv macos-arm64.zip macos-arm64
47+
mv macos-arm64/* .
48+
mv macos-x86_64.zip macos-x86_64
49+
mv macos-x86_64/* .
50+
rm -rf macos-x86_64/ macos-arm64/
4651
popd
4752

4853
# Sign all files

0 commit comments

Comments
 (0)