feat: ci appimage have manual triggers (#3424)

This commit is contained in:
dni ⚡ 2025-10-17 14:11:44 +02:00 committed by GitHub
parent bd07a319ab
commit 55c5ab3a6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 2 deletions

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 }}