From bc90d0eb40b692173db93d67a187dffd7d510608 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 30 Nov 2022 20:19:38 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pake_build.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pake_build.yaml b/.github/workflows/pake_build.yaml index 685378d..5196bae 100644 --- a/.github/workflows/pake_build.yaml +++ b/.github/workflows/pake_build.yaml @@ -3,7 +3,7 @@ on: push: # Sequence of patterns matched against refs/tags tags: - - "v*" + - "V*" jobs: build: @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - + - name: install node uses: actions/setup-node@v1 with: @@ -43,21 +43,21 @@ jobs: profile: minimal override: true target: ${{ matrix.target }} - + - name: install dependencies (ubuntu only) if: matrix.os == 'ubuntu-latest' run: | sudo apt-get update sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf - + - name: build for Ubuntu if: matrix.os == 'ubuntu-latest' run: npm run build:all-unix - + - name: build for MacOS if: matrix.os == 'macos-latest' run: npm run build:all-unix - + - name: build for windows if: matrix.os == 'windows-latest' run: | @@ -74,10 +74,10 @@ jobs: # prerelease: false # files: | # output/*/*.* - + - uses: ncipollo/release-action@v1 if: startsWith(github.ref, 'refs/tags/v') with: allowUpdates: true artifacts: "output/*/*.*" - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }}