We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ad255 commit 9e59a21Copy full SHA for 9e59a21
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Get appimagetool
20
run: |
21
set -x
22
- wget https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-x86_64.AppImage
+ wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage
23
chmod +x appimagetool-x86_64.AppImage
24
ls -lah
25
0 commit comments