diff options
| author | ruki <[email protected]> | 2023-11-25 00:02:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-25 00:02:42 +0800 |
| commit | cdf118d061648db234dbded8c4d1ca9a27f9638f (patch) | |
| tree | 703efb91ebd9e65b0d3e065529495966ddc2eb74 /.github/workflows | |
| parent | abe98fd13ddd1643cba02d9e65f2e8a72cedc0b7 (diff) | |
fix 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 b35c61e1a..121abcd07 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 xmakesrc + xmake pack -y --autobuild=n --basename=xmake -o ../artifacts xmakesrc cd .. scripts/makeself/build-runfile.sh - uses: actions/upload-artifact@v2 |
