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 a231814 commit 3e176c5Copy full SHA for 3e176c5
CI/azure/prepare_assets.sh
@@ -44,7 +44,7 @@ release_artifacts() {
44
done
45
cp /home/vsts/work/1/s/CI/azure/README.txt ./Windows
46
cd Windows
47
- zip Windows.zip ./*
+ zip -r Windows.zip ./*
48
cp ./Windows.zip ../
49
cd ..
50
rm -r Windows
0 commit comments