Skip to content

Commit 4b329c1

Browse files
Update linux.yml
1 parent 544c663 commit 4b329c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ jobs:
2323
run: dotnet tool install -g KuiperZone.PupNet
2424
- name: Download AppImageTool
2525
run: |
26-
wget -P "$HOME/AppImageTool" "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
26+
wget -P "$HOME/.local/bin" "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
2727
- name: Test AppImageTool
2828
run: |
29-
echo "$PATH"
30-
echo "$HOME/AppImageTool" >> $GITHUB_PATH
3129
appimagetool-x86_64.AppImage --version
3230
3331
# - name: Restore dependencies

0 commit comments

Comments
 (0)