Skip to content

Commit 4a88a02

Browse files
authored
Fix for mismatching cpu type (#2993)
1 parent b27257e commit 4a88a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/apple_release/scripts/download-signed-mac-OS-binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ downloadSignedMacOSBinaries() {
7070
apt-get install unzip
7171

7272
# Extract the artifact and clean up
73-
unzip artifact.zip
73+
unzip -o artifact.zip
7474
rm -rf artifact.zip
7575

7676
# Check if the executable exists

0 commit comments

Comments
 (0)