Skip to content

Commit

Permalink
ci: Fix package.json path
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Oct 16, 2024
1 parent 02db0e2 commit 2fef4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appstore-conventional-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# Continue if no package.json
continue-on-error: true
with:
path: ${{ env.APP_NAME }}
path: ./
fallbackNode: '^20'
fallbackNpm: '^9'

Expand Down

0 comments on commit 2fef4ac

Please sign in to comment.