From e5109789bf9a18fcdfab17c0b82390cb381435bb Mon Sep 17 00:00:00 2001 From: GyDi Date: Tue, 13 Dec 2022 17:41:53 +0800 Subject: [PATCH] chore: alpha ci --- .github/workflows/alpha.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 2da434a..f000687 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -64,6 +64,15 @@ jobs: yarn install --network-timeout 1000000 yarn run check + - name: Delete current release assets + uses: mknejp/delete-release-assets@v1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + tag_name: alpha + assets: | + *.zip + *.gz + - name: Tauri build uses: tauri-apps/tauri-action@v0 env: