From 6e1b1f5e5d2975e51eb3467e5b425e8fe5de2b9a Mon Sep 17 00:00:00 2001 From: Peter Njeim Date: Sun, 23 Oct 2022 03:59:40 -0300 Subject: [PATCH] update: build.yaml --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 371e394..80565cc 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -877,6 +877,7 @@ if [ "$COMPRESS_OUTPUT" ] || [ -n "$COMPRESS_FORMAT" ]; then tar -cPJvf "${OUTPUT_PATH:?}" "$WORK_DIR/wsa/$artifact_name" || abort fi elif [ "$COMPRESS_FORMAT" = "zip" ]; then + echo "Compressing with zip" 7z -tzip a "${OUTPUT_PATH:?}" "$WORK_DIR/wsa/$artifact_name" || abort fi else