Skip to content

Commit

Permalink
CI: fix empty Windows.zip release artifact
Browse files Browse the repository at this point in the history
For the zip command without the -r option, Windows.zip
on release contained empty folders.

Signed-off-by: Raluca Groza <raluca.groza@analog.com>
  • Loading branch information
ccraluca authored and pcercuei committed Jul 25, 2023
1 parent a231814 commit 3e176c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/azure/prepare_assets.sh
Expand Up @@ -44,7 +44,7 @@ release_artifacts() {
done
cp /home/vsts/work/1/s/CI/azure/README.txt ./Windows
cd Windows
zip Windows.zip ./*
zip -r Windows.zip ./*
cp ./Windows.zip ../
cd ..
rm -r Windows
Expand Down

0 comments on commit 3e176c5

Please sign in to comment.