From 9cc9d83906fed9d04fd622a85f5bf834cb9185de Mon Sep 17 00:00:00 2001 From: Nikita Zimin Date: Sat, 26 Aug 2023 15:12:04 +0300 Subject: [PATCH] Updated linux-release GitHub action --- .github/workflows/linux-release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index 92810b6..8b23b04 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -50,8 +50,9 @@ jobs: working-directory: ${{ env.SOURCE_DIR }}/build run: | cp ${{ env.SOURCE_DIR }}/emulator/QtBkBtl ./usr/bin/ - cp ${{ env.SOURCE_DIR }}/linux/qtbkbtl.png ${{ env.SOURCE_DIR }}/build/usr/icons/hicolor/256x256/apps/qtbkbtl.png - ../linuxdeployqt-continuous-x86_64.AppImage ${{ env.SOURCE_DIR }}/linux/qtbkbtl.desktop -appimage + cp ${{ env.SOURCE_DIR }}/linux/qtbkbtl.desktop ./usr/share/applications/ + cp ${{ env.SOURCE_DIR }}/linux/qtbkbtl.png ./usr/icons/hicolor/256x256/apps/ + ../linuxdeployqt-continuous-x86_64.AppImage usr/share/applications//qtbkbtl.desktop -appimage -extra-plugins=iconengines ls -l *.AppImage - name: Linux artefact