File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ jobs:
101101 linuxdeploy --appdir AppDir --plugin qt --output appimage
102102 # ldpath back
103103 export LD_LIBRARY_PATH="$__LDPATH"
104- # move package (CMake project name: menus)
104+ # move package
105105 mkdir -p artifacts
106- mv menus -x86_64.AppImage artifacts/
106+ mv mainwindows -x86_64.AppImage artifacts/
107107
108108 - name : Fix artifact proof
109109 working-directory : ${{github.workspace}}/qt6-examples/widgets/mainwindows/menus/artifacts
@@ -114,11 +114,11 @@ jobs:
114114 # this requires a shell for user and the exec shell built-in, so I don't know
115115 printf '#!/bin/sh\n\nexec ./AppRun.wrapped "$@"\n' > AppRun.sh
116116 chmod +x AppRun.sh
117- chmod +x menus -x86_64.AppImage
118- ./menus -x86_64.AppImage --appimage-extract
117+ chmod +x mainwindows -x86_64.AppImage
118+ ./mainwindows -x86_64.AppImage --appimage-extract
119119 mv squashfs-root/AppRun squashfs-root/AppRun.wrapped
120120 mv AppRun.sh squashfs-root/AppRun
121- appimagetool --no-appstream squashfs-root menus_fix -x86_64.AppImage
121+ appimagetool --no-appstream squashfs-root mainwindows_fixproof -x86_64.AppImage
122122
123123 - name : Upload artifacts
124124 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments