diff options
| author | ruki <[email protected]> | 2020-05-31 13:29:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-31 13:29:11 +0800 |
| commit | ba4206058b703bcf6e19c1fa0ae925adabaed423 (patch) | |
| tree | e451f540693a3bb7ccc0de963cb26d66db5c6b75 | |
| parent | 146d231ffaf5879fc96b4543e23b1d17ef221996 (diff) | |
fix ci
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11db7db7c..16b848a1b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,6 +36,7 @@ jobs: scripts/makepkg osxpkg latest scripts/archive-all scripts/makeself/build-runfile.sh + - name: artifact if: matrix.os == 'linux-latest' run: | sudo apt-get install -y ruby ruby-dev rubygems build-essential @@ -47,6 +48,7 @@ jobs: with: name: xmake-latest.macosx.pkg path: xmake-latest.pkg + - uses: actions/upload-artifact@v2 if: matrix.os == 'linux-latest' with: name: xmake-latest.amd64.deb |
