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
|
wget https://github.com/probonopd/go-appimage/releases/download/continuous/appimagetool-904-x86_64.AppImage
|
||||||
chmod +x appimagetool-904-x86_64.AppImage
|
chmod +x appimagetool-904-x86_64.AppImage
|
||||||
mv appimagetool-904-x86_64.AppImage /usr/bin/appimagetool
|
mv appimagetool-904-x86_64.AppImage /usr/bin/appimagetool
|
||||||
- name: Version
|
- name: libeismultiplexer version
|
||||||
id: libeismultiplexer version
|
id: version
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}/libeismultiplexer
|
cd ${{ gitea.workspace }}/libeismultiplexer
|
||||||
git fetch -a;
|
git fetch -a;
|
||||||
|
@ -40,6 +40,7 @@ jobs:
|
||||||
cd ${{ gitea.workspace }}/build/
|
cd ${{ gitea.workspace }}/build/
|
||||||
appimagetool deploy install/usr/share/applications/eismultiplexerqt.desktop
|
appimagetool deploy install/usr/share/applications/eismultiplexerqt.desktop
|
||||||
appimagetool install
|
appimagetool install
|
||||||
|
- name: Upload Appimage
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: eismultiplexer-qt-appimage
|
name: eismultiplexer-qt-appimage
|
||||||
|
|
Loading…
Reference in a new issue