(.github/workflows/release.yml) add --nobuild flag

This commit is contained in:
Beethoven
2025-08-02 20:18:01 -05:00
parent 51555e43ee
commit d63d6efa3e

View File

@ -102,7 +102,7 @@ jobs:
prerelease: true prerelease: true
args: ${{ matrix.args }} args: ${{ matrix.args }}
- name: Build Appimage - name: Bundle Appimage
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm' if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm'
run: run:
build_appimage.sh build_appimage.sh --nobuild