feat: ci appimage have manual triggers (#3424)

This commit is contained in:
dni ⚡
2025-10-17 13:11:44 +01:00
committed by GitHub
parent bd07a319ab
commit 55c5ab3a6d
2 changed files with 24 additions and 2 deletions
+3
View File
@@ -56,3 +56,6 @@ jobs:
appimage:
needs: [ release ]
uses: ./.github/workflows/appimage.yml
with:
tag_name: ${{ github.ref_name }}
upload_url: ${{ steps.create_release.outputs.upload_url }}