mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-04-28 13:47:59 +03:00
Distribute MacOS build as a zip archive
This commit is contained in:
parent
84fce39a2d
commit
f34d1b1ea8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue