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