From 602ddd616de5e9fee3a7b602bb4bd361836d6c93 Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 27 Jun 2025 11:20:12 +0800 Subject: [PATCH] Add missing ui-path for cd workflow --- template/.github/workflows/cd.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/.github/workflows/cd.yaml b/template/.github/workflows/cd.yaml index 78a4c38..06e3685 100644 --- a/template/.github/workflows/cd.yaml +++ b/template/.github/workflows/cd.yaml @@ -11,7 +11,10 @@ jobs: permissions: contents: write with: + ui-path: "ui" pnpm-version: 9 node-version: 22 java-version: 21 + # Remove skip-appstore-release and set app-id if you want to release to the App Store skip-appstore-release: true + # app-id: app-xyz