Skip to content

Commit 201a4e4

Browse files
committed
test
1 parent ac8e72a commit 201a4e4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test-appimage-linuxdeploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)