diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml
index 2da434a478366fc42c23acb2b41f37a763970487..7dbdca0c8bc93850bc19658735c8c7ed0363cbe9 100644
--- a/.github/workflows/alpha.yml
+++ b/.github/workflows/alpha.yml
@@ -64,6 +64,22 @@ 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
+          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: