From 8caf36349fae32ffe6cd739aa02d0e5cff3d80c5 Mon Sep 17 00:00:00 2001 From: GyDi Date: Thu, 16 Mar 2023 13:18:05 +0800 Subject: [PATCH] chore: fix ci --- .github/workflows/alpha.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 841f1e0..b549367 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -40,6 +40,23 @@ jobs: with: node-version: 16 + - name: Delete current release assets + if: matrix.os == 'ubuntu-latest' + uses: mknejp/delete-release-assets@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + tag: alpha + fail-if-no-assets: false + fail-if-no-release: false + assets: | + *.zip + *.gz + *.AppImage + *.deb + *.dmg + *.msi + *.sig + - name: Install Dependencies (ubuntu only) if: startsWith(matrix.os, 'ubuntu-') run: | @@ -64,23 +81,6 @@ jobs: yarn install --network-timeout 1000000 yarn run check - - name: Delete current release assets - if: matrix.os == 'ubuntu-latest' - uses: mknejp/delete-release-assets@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - tag: alpha - fail-if-no-assets: false - fail-if-no-release: false - assets: | - *.zip - *.gz - *.AppImage - *.deb - *.dmg - *.msi - *.sig - - name: Tauri build uses: tauri-apps/tauri-action@v0 env: