diff options
| author | ruki <[email protected]> | 2020-05-31 13:40:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-31 13:40:09 +0800 |
| commit | 739ddd5551bf7d1a5fd72e5e47f722b6c4fb897b (patch) | |
| tree | 2385c1d56298cd4fd3b87fd16403182373a1b426 | |
| parent | e21ae96505907e1fa69a8dadd187174e36e52aea (diff) | |
fix linux to ubuntu on ci
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b6d38700..b5aea21cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: scripts/archive-all scripts/makeself/build-runfile.sh - name: artifact - if: matrix.os == 'linux-latest' + if: matrix.os == 'ubuntu-latest' run: | sudo apt-get install -y ruby ruby-dev rubygems build-essential sudo gem install --no-document fpm @@ -52,7 +52,7 @@ jobs: name: xmake-latest.macosx.pkg path: xmake-latest.pkg - uses: actions/upload-artifact@v2 - if: matrix.os == 'linux-latest' + if: matrix.os == 'ubuntu-latest' with: name: xmake-latest.amd64.deb path: xmake-latest.deb |
