We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f907a commit 61286b2Copy full SHA for 61286b2
.github/workflows/LinuxBuild.yml
@@ -65,7 +65,7 @@ jobs:
65
rm chrome-sandbox
66
ln -s /opt/google/chrome/chrome-sandbox chrome-sandbox
67
cd ..
68
- TOOL=".github/tools/appimagetool-x86_64_2019-05-01.AppImage"
+ TOOL="${GITHUB_WORKSPACE}/.github/tools/appimagetool-x86_64.AppImage"
69
ARCH=x86_64 ${TOOL} squashfs-root
70
rm -r squashfs-root/
71
rm "${EXE}"
0 commit comments