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 46c7bd2 commit 87d1a70Copy full SHA for 87d1a70
.github/build/windows/download-configure.sh
@@ -23,8 +23,7 @@ download_configure()
23
download_release "Configure" "$version" "Configure.Release.arm64.exe"
24
download_release "Configure" "$version" "Configure.Release.x86.exe"
25
download_release "Configure" "$version" "files.zip"
26
- unzip -o "files.zip"
27
- rm "files.zip"
+ unzip -o "files.zip" || rm "files.zip"
28
29
cd ..
30
}
0 commit comments