Skip to content

Commit

Permalink
wip(build): test build-appimage args
Browse files Browse the repository at this point in the history
  • Loading branch information
git-developer committed Sep 13, 2023
1 parent decd62d commit 62bf175
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ jobs:
uses: git-developer/build-appimage@fix-args
with:
recipe: dist/AppImageBuilder.yml
args: --skip-tests, --appdir, "Custom AppDir"
args: |
--skip-tests
--appdir
Custom AppDir
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 62bf175

Please sign in to comment.