summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-21 22:43:50 +0800
committerruki <[email protected]>2023-11-21 22:43:50 +0800
commitda2eec07d95b9671613b965c0eab042681c68ed4 (patch)
tree300cc8d5027125e650118b53017582496c33ca4a
parent0f8c3d215c4e8ed7937723d9299346135400313d (diff)
improve ci
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 0c27d8ac5..b50ae4759 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -43,7 +43,7 @@ jobs:
brew install gnu-tar
gem install --no-document fpm
cd core
- xmake pack --autobuild=n --basename=xmake -o artifacts
+ xmake pack --autobuild=n --formats=src_zip,src_targz --basename=xmake -o artifacts
cd ..
scripts/makeself/build-runfile.sh
- uses: actions/upload-artifact@v2