We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75b39b commit 0bbc155Copy full SHA for 0bbc155
build-support/stage-release.sh
@@ -43,6 +43,11 @@ pushd "$DEST_PATH"
43
tar cvzf x64-windows-static.tar.gz x64-windows-static
44
tar cvzf x86-windows-static.tar.gz x86-windows-static
45
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/
51
popd
52
53
# Sign all files
0 commit comments