summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-21 22:43:33 +0800
committerruki <[email protected]>2023-11-21 22:43:33 +0800
commit06a5bebc99d3611d4f605f071ca0014b3f4c9042 (patch)
tree102848add100f0c1dbf747b40f05b363c3361403
parentb07ccfbad1bf0ab942bf9247f09655c75f5cf199 (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 00622a2b0..6c5d7d3d3 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -42,7 +42,7 @@ jobs:
run: |
brew install gnu-tar
gem install --no-document fpm
- scripts/archive-all
+ xmake pack --autobuild=n --basename=xmake -o artifacts
scripts/makeself/build-runfile.sh
- uses: actions/upload-artifact@v2
with: