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