diff options
| author | ruki <[email protected]> | 2023-11-21 22:43:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-21 22:43:59 +0800 |
| commit | ed37d615b47d49362cf7771d6a3b483ba82adafd (patch) | |
| tree | cdb91b724324dcd2d03dc698b77df7991318710e /.github | |
| parent | da2eec07d95b9671613b965c0eab042681c68ed4 (diff) | |
remove archive-all
Diffstat (limited to '.github')
| -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 b50ae4759..c143fa72e 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 --formats=src_zip,src_targz --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 |
