feat: ci appimage have manual triggers (#3424)
This commit is contained in:
parent
bd07a319ab
commit
55c5ab3a6d
2 changed files with 24 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue