From 74cbe82dd1be949bdb2153b0d281ebc6de39deda Mon Sep 17 00:00:00 2001 From: GyDi Date: Tue, 13 Dec 2022 18:11:43 +0800 Subject: [PATCH] chore: fix ci --- .github/workflows/alpha.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index a11f741..2da434a 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -64,20 +64,6 @@ jobs: yarn install --network-timeout 1000000 yarn run check - - name: Delete current release assets - uses: mknejp/delete-release-assets@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - tag: alpha - assets: | - *.zip - *.gz - *.AppImage - *.deb - *.dmg - *.msi - *.sig - - name: Tauri build uses: tauri-apps/tauri-action@v0 env: