From f1b256720cf024d4194a1ac9b5346104eae4de61 Mon Sep 17 00:00:00 2001 From: Richard Gazdik Date: Wed, 8 Jan 2025 15:39:43 +0100 Subject: [PATCH] fix: try to fix project path --- .github/workflows/publish-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-tests.yml b/.github/workflows/publish-tests.yml index 25ea03a..b5f45b7 100644 --- a/.github/workflows/publish-tests.yml +++ b/.github/workflows/publish-tests.yml @@ -56,7 +56,7 @@ jobs: - name: Generate manifest file run: | cd /tmp/editor-preview - node generateProjectManifest.js ./project/ ./ + node generateProjectManifest.js ./project/ project/ - name: Prepare widget list id: widget-list