diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4df2cd0..809394c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,3 +78,12 @@ jobs: allowUpdates: true draft: true artifacts: ${{ matrix.artifact_path }} + + # Update packages on continuous 'release' + - if: startsWith(matrix.qt_version, '6') && github.ref_name == 'develop' + name: Create/Update release + uses: ncipollo/release-action@v1 + with: + allowUpdates: true + name: Continuous + artifacts: ${{ matrix.artifact_path }} diff --git a/bundle/linux/create_appimage.sh b/bundle/linux/create_appimage.sh index 3aee5e7..f49226f 100644 --- a/bundle/linux/create_appimage.sh +++ b/bundle/linux/create_appimage.sh @@ -4,7 +4,7 @@ set -x set -e # Run this script once Kemai is built. Install and AppImage will be handle here. -# It just path to Qt and to build directory. +# It just need path to Qt and to build directory. # Read args @@ -37,7 +37,7 @@ chmod +x linuxdeploy*.AppImage export QMAKE=$qt_path/bin/qmake export LD_LIBRARY_PATH=$qt_path/lib export VERSION=$(cat version.txt) -export EXTRA_QT_PLUGINS=platforms,iconengines,wayland-decoration-client,wayland-graphics-integration-client,wayland-shell-integration,platformthemes +export EXTRA_QT_PLUGINS=platforms,iconengines,wayland-decoration-client,wayland-graphics-integration-client,wayland-shell-integration,platformthemes,tls # Run appimage builder ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage