Skip to content

Commit 3c2afe1

Browse files
Update linux.yml
1 parent 4b329c1 commit 3c2afe1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
- name: Download AppImageTool
2525
run: |
2626
wget -P "$HOME/.local/bin" "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
27-
- name: Test AppImageTool
28-
run: |
27+
chmod +x "$HOME/.local/bin/appimagetool-x86_64.AppImage"
2928
appimagetool-x86_64.AppImage --version
29+
- name: Run PupNet
30+
run: pupnet --kind appimage MSUScripter.pupnet.conf
3031

3132
# - name: Restore dependencies
3233
# run: dotnet restore

0 commit comments

Comments
 (0)