Skip to content

Commit 9bf7763

Browse files
committed
shhh
1 parent 4c34fb1 commit 9bf7763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/download-artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for dir in */; do
5353
dirname=${dir%/}
5454
basename=$(basename "$dirname")
5555
echo $dirname $basename
56-
zip -r "${basename}.zip" "$dirname"
56+
zip -r -q "${basename}.zip" "$dirname"
5757
rm -rf "$dirname"
5858
done
5959

0 commit comments

Comments
 (0)