I can not express in words how filled with rage this GitHub Actions shit makes me
This commit is contained in:
parent
9a95d29618
commit
274d53f620
|
@ -45,6 +45,8 @@ jobs:
|
||||||
chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage
|
chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage
|
||||||
- name: Build the AppImage
|
- name: Build the AppImage
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
|
env:
|
||||||
|
QMAKE: /usr/lib/qt6/bin/qmake
|
||||||
run: |
|
run: |
|
||||||
./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage
|
./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage
|
||||||
mkdir dist
|
mkdir dist
|
||||||
|
|
Loading…
Reference in New Issue