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 6902e22 commit 544c663Copy full SHA for 544c663
.github/workflows/linux.yml
@@ -26,6 +26,7 @@ jobs:
26
wget -P "$HOME/AppImageTool" "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
27
- name: Test AppImageTool
28
run: |
29
+ echo "$PATH"
30
echo "$HOME/AppImageTool" >> $GITHUB_PATH
31
appimagetool-x86_64.AppImage --version
32
0 commit comments