From 739ddd5551bf7d1a5fd72e5e47f722b6c4fb897b Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 31 May 2020 13:40:09 +0800 Subject: fix linux to ubuntu on ci --- .github/workflows/main.yml | 4 ++-- 1 file 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 -- cgit v1.3.1