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 d9dd029 commit 0d20509Copy full SHA for 0d20509
build-support/stage-release.sh
@@ -40,11 +40,11 @@ build-support/generate-source-archive.sh $DEST_PATH
40
build-support/download-release-artifacts.py $WORKFLOW_ID $DEST_PATH
41
42
pushd "$DEST_PATH"
43
-if [[ -d x64-windows-static.tar.gz ]]; then
+if [[ -d x64-windows-static ]]; then
44
tar cvzf x64-windows-static.tar.gz x64-windows-static
45
rm -rf x64-windows-static/
46
fi
47
-if [[ -d x86-windows-static.tar.gz ]]; then
+if [[ -d x86-windows-static ]]; then
48
tar cvzf x86-windows-static.tar.gz x86-windows-static
49
rm -rf x86-windows-static/
50
0 commit comments