CI: correct syntax
This commit is contained in:
parent
8091cc751f
commit
f43d78f285
|
@ -17,8 +17,8 @@ jobs:
|
|||
wget https://github.com/probonopd/go-appimage/releases/download/continuous/appimagetool-904-x86_64.AppImage
|
||||
chmod +x appimagetool-904-x86_64.AppImage
|
||||
mv appimagetool-904-x86_64.AppImage /usr/bin/appimagetool
|
||||
- name: Version
|
||||
id: libeismultiplexer version
|
||||
- name: libeismultiplexer version
|
||||
id: version
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}/libeismultiplexer
|
||||
git fetch -a;
|
||||
|
@ -40,6 +40,7 @@ jobs:
|
|||
cd ${{ gitea.workspace }}/build/
|
||||
appimagetool deploy install/usr/share/applications/eismultiplexerqt.desktop
|
||||
appimagetool install
|
||||
- name: Upload Appimage
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: eismultiplexer-qt-appimage
|
||||
|
|
Loading…
Reference in a new issue