CI: use --appimage-extract-and-run
This commit is contained in:
parent
24a4146577
commit
31f6a3e06f
|
@ -44,8 +44,8 @@ jobs:
|
|||
- name: Create Appimage
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}/build/
|
||||
appimagetool deploy install/usr/share/applications/eismultiplexerqt.desktop
|
||||
appimagetool install
|
||||
appimagetool --appimage-extract-and-run deploy install/usr/share/applications/eismultiplexerqt.desktop
|
||||
appimagetool --appimage-extract-and-run install
|
||||
- name: Upload Appimage
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue