summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorruki <[email protected]>2020-06-27 00:35:10 +0800
committerruki <[email protected]>2020-06-26 21:31:01 +0800
commit47477e14dedcb052b192b7d18ddcad9977d19002 (patch)
tree6123c5120663fae618f6159ec1abab45044e1a86 /.github/workflows/macos.yml
parent5f4df94934757ae2876d498500b1588fb5f06fb8 (diff)
fix deb/osxpkg artifacts
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 82c9072a1..2b239784f 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -36,14 +36,14 @@ jobs:
brew install gnu-tar
gem install --no-document fpm
git submodule update --init
- scripts/makepkg osxpkg latest
+ scripts/makepkg osxpkg
scripts/archive-all
scripts/makeself/build-runfile.sh
# upload artifacts
- uses: actions/upload-artifact@v2
with:
name: xmake-latest.macosx.pkg
- path: xmake-latest.pkg
+ path: artifacts/xmake.pkg
- uses: actions/upload-artifact@v2
with:
name: xmake-latest.gz.run