(.github/workflows/release.yml) add build_appimage.sh to workflow
This commit is contained in:
parent
73608ab85b
commit
50f7955734
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -101,3 +101,8 @@ jobs:
|
|||
releaseDraft: false
|
||||
prerelease: true
|
||||
args: ${{ matrix.args }}
|
||||
|
||||
- name: Build Appimage
|
||||
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm'
|
||||
run:
|
||||
build_appimage.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue