From 6743abb8af6e6ee26aa237f9805fe91bda100f11 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Thu, 26 Feb 2026 23:27:43 +0800 Subject: [PATCH] chore(ci): incorrect path of p12 certificate --- .github/workflows/release-tamagotchi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index 30dbecf63..04073b97f 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -140,7 +140,7 @@ jobs: - name: Build (macOS Only) # macOS if: matrix.os == 'macos-15-intel' || matrix.os == 'macos-26' run: | - echo "$CSC_CONTENT" | base64 --decode > apple-developer-code-signing.p12 + echo "$CSC_CONTENT" | base64 --decode > apps/stage-tamagotchi/apple-developer-code-signing.p12 export CSC_LINK="./apple-developer-code-signing.p12" pnpm run -F @proj-airi/stage-tamagotchi build && pnpm -F @proj-airi/stage-tamagotchi exec electron-builder build ${{ matrix.builder-args }} --publish=${{ (inputs.build_only || inputs.artifacts_only) && 'never' || 'onTagOrDraft' }} env: