ci: add appimage to release flow (#3412)
This commit is contained in:
parent
34c9e218bb
commit
1e0dab32c3
2 changed files with 8 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
name: Build LNbits AppImage
|
name: Build LNbits AppImage
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
workflow_call:
|
||||||
types: [published]
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-linux-package:
|
build-linux-package:
|
||||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -52,3 +52,9 @@ jobs:
|
||||||
uses: JRubics/poetry-publish@v1.15
|
uses: JRubics/poetry-publish@v1.15
|
||||||
with:
|
with:
|
||||||
pypi_token: ${{ secrets.PYPI_API_KEY }}
|
pypi_token: ${{ secrets.PYPI_API_KEY }}
|
||||||
|
|
||||||
|
appimage:
|
||||||
|
needs: [ release ]
|
||||||
|
uses: ./.github/workflows/appimage.yml
|
||||||
|
secrets:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue