Skip to content

Commit

Permalink
fix(build): fix appimage-builder args
Browse files Browse the repository at this point in the history
  • Loading branch information
git-developer committed Sep 11, 2023
1 parent ffae838 commit d81aded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: AppImageCrafters/[email protected]
with:
recipe: dist/AppImageBuilder.yml
args: --skip-test --appdir ${{ env.APPDIR_PATH }}
args: --appdir "${{ env.APPDIR_PATH }}" --skip-tests

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d81aded

Please sign in to comment.