GyDi пре 2 година
родитељ
комит
1b7a52d5af
1 измењених фајлова са 6 додато и 1 уклоњено
  1. 6 1
      .github/workflows/alpha.yml

+ 6 - 1
.github/workflows/alpha.yml

@@ -68,10 +68,15 @@ jobs:
         uses: mknejp/delete-release-assets@v1
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
-          tag_name: alpha
+          tag: alpha
           assets: |
             *.zip
             *.gz
+            *.AppImage
+            *.deb
+            *.dmg
+            *.msi
+            *.sig
 
       - name: Tauri build
         uses: tauri-apps/tauri-action@v0