diff options
| author | ruki <[email protected]> | 2023-11-21 22:43:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-21 22:43:33 +0800 |
| commit | 06a5bebc99d3611d4f605f071ca0014b3f4c9042 (patch) | |
| tree | 102848add100f0c1dbf747b40f05b363c3361403 /.github/workflows | |
| parent | b07ccfbad1bf0ab942bf9247f09655c75f5cf199 (diff) | |
improve ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
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: |
