Skip to content

Commit 3e176c5

Browse files
ccralucapcercuei
authored andcommitted
CI: fix empty Windows.zip release artifact
For the zip command without the -r option, Windows.zip on release contained empty folders. Signed-off-by: Raluca Groza <[email protected]>
1 parent a231814 commit 3e176c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/azure/prepare_assets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ release_artifacts() {
4444
done
4545
cp /home/vsts/work/1/s/CI/azure/README.txt ./Windows
4646
cd Windows
47-
zip Windows.zip ./*
47+
zip -r Windows.zip ./*
4848
cp ./Windows.zip ../
4949
cd ..
5050
rm -r Windows

0 commit comments

Comments
 (0)