aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-03-03 13:10:53 +0000
committersaturneric <[email protected]>2024-03-03 13:10:53 +0000
commitf82b7c0345aad5904df3abacee552d54df26224c (patch)
tree2d9b576a2d0e1051116df7a96b7866fec0b35e56
parentfeat: add user agent header when doing http request (diff)
downloadGpgFrontend-f82b7c0345aad5904df3abacee552d54df26224c.tar.gz
GpgFrontend-f82b7c0345aad5904df3abacee552d54df26224c.zip
fix: slove a ci issue on linux platform
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c7047bee..08b978bc 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -225,7 +225,7 @@ jobs:
cd ${{github.workspace}}/build/final-artifact
wget -c -nv https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
chmod u+x linuxdeployqt-continuous-x86_64.AppImage
- ./linuxdeployqt-continuous-x86_64.AppImage ${{github.workspace}}/build/artifacts/gpgfrontend/usr/share/applications/*.desktop -no-translations -extra-plugins=iconengines,platformthemes/libqgtk3.so -appimage
+ ./linuxdeployqt-continuous-x86_64.AppImage ${{github.workspace}}/build/artifacts/AppDir/usr/share/applications/*.desktop -no-translations -extra-plugins=iconengines,platformthemes/libqgtk3.so -appimage
if: matrix.os == 'ubuntu-20.04'
- name: Configure CMake & Build Binary(Windows)