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: