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 4b329c1 commit 3c2afe1Copy full SHA for 3c2afe1
.github/workflows/linux.yml
@@ -24,9 +24,10 @@ jobs:
24
- name: Download AppImageTool
25
run: |
26
wget -P "$HOME/.local/bin" "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
27
- - name: Test AppImageTool
28
- run: |
+ chmod +x "$HOME/.local/bin/appimagetool-x86_64.AppImage"
29
appimagetool-x86_64.AppImage --version
+ - name: Run PupNet
30
+ run: pupnet --kind appimage MSUScripter.pupnet.conf
31
32
# - name: Restore dependencies
33
# run: dotnet restore
0 commit comments