diff options
| -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 |
