diff --git a/.ci/pack.sh b/.ci/pack.sh index 67275954a..f795ba9c4 100755 --- a/.ci/pack.sh +++ b/.ci/pack.sh @@ -37,7 +37,7 @@ function pack_artifacts() { if [ "$OS" = "windows" ]; then ARCHIVE_FULL_NAME="$ARCHIVE_NAME.zip" powershell Compress-Archive "$REV_NAME" "$ARCHIVE_FULL_NAME" - elif [ "$OS" = "android" ]; then + elif [ "$OS" = "android" ] || [ "$OS" = "macos" ]; then ARCHIVE_FULL_NAME="$ARCHIVE_NAME.zip" zip -r "$ARCHIVE_FULL_NAME" "$REV_NAME" else