diff --git a/build/apple_release/scripts/download-signed-mac-OS-binaries.sh b/build/apple_release/scripts/download-signed-mac-OS-binaries.sh index 1c1d22f38..60b534e2a 100755 --- a/build/apple_release/scripts/download-signed-mac-OS-binaries.sh +++ b/build/apple_release/scripts/download-signed-mac-OS-binaries.sh @@ -70,7 +70,7 @@ downloadSignedMacOSBinaries() { apt-get install unzip # Extract the artifact and clean up - unzip artifact.zip + unzip -o artifact.zip rm -rf artifact.zip # Check if the executable exists