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 544c663 commit 4b329c1Copy full SHA for 4b329c1
.github/workflows/linux.yml
@@ -23,11 +23,9 @@ jobs:
23
run: dotnet tool install -g KuiperZone.PupNet
24
- name: Download AppImageTool
25
run: |
26
- wget -P "$HOME/AppImageTool" "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
+ wget -P "$HOME/.local/bin" "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
27
- name: Test AppImageTool
28
29
- echo "$PATH"
30
- echo "$HOME/AppImageTool" >> $GITHUB_PATH
31
appimagetool-x86_64.AppImage --version
32
33
# - name: Restore dependencies
0 commit comments