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