(.github/workflows/release.yml) add --nobuild flag
This commit is contained in:
parent
f9c45053cc
commit
95fc7d9605
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -102,7 +102,7 @@ jobs:
|
|||
prerelease: true
|
||||
args: ${{ matrix.args }}
|
||||
|
||||
- name: Build Appimage
|
||||
- name: Bundle Appimage
|
||||
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm'
|
||||
run:
|
||||
build_appimage.sh
|
||||
build_appimage.sh --nobuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue