(.github/workflows/release.yml) add build_appimage.sh to workflow

This commit is contained in:
Beethoven
2025-08-02 16:56:53 -05:00
parent 0249a3248f
commit 263cceb17f

View File

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