From 2fef4ac95e3d30706e1903cf7fa69831d9b33b50 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 16 Oct 2024 08:47:34 +0200 Subject: [PATCH] ci: Fix package.json path Signed-off-by: Christoph Wurst --- .github/workflows/appstore-conventional-build-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appstore-conventional-build-publish.yml b/.github/workflows/appstore-conventional-build-publish.yml index cd6f62228..69e04a88c 100644 --- a/.github/workflows/appstore-conventional-build-publish.yml +++ b/.github/workflows/appstore-conventional-build-publish.yml @@ -61,7 +61,7 @@ jobs: # Continue if no package.json continue-on-error: true with: - path: ${{ env.APP_NAME }} + path: ./ fallbackNode: '^20' fallbackNpm: '^9'