Skip to content

Commit 53bebc0

Browse files
authored
Update build.yml
1 parent 548e47b commit 53bebc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ jobs:
109109
mv README.md squashfs-root/
110110
ls -lah squashfs-root/
111111
112+
# Wrong permissions on AppDir, please set it to 0755 and try again
113+
chmod 0755 squashfs-root/
114+
112115
ARCH=x86_64 ./appimagetool-x86_64.AppImage squashfs-root/
113116
ls -lah
114117

0 commit comments

Comments
 (0)