From 077e5a7c3977145494c2cd5a510d30a3b1e302cb Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 14 Mar 2026 08:00:42 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=AF=E3=83=BC=E3=82=AF=E3=83=95=E3=83=AD?= =?UTF-8?q?=E3=83=BC:=20GOOGLE=5FSERVICE=5FINFO=5FPLIST=5FPATH=20=E3=81=AE?= =?UTF-8?q?=E7=92=B0=E5=A2=83=E5=A4=89=E6=95=B0=E3=82=92CD=E3=83=AF?= =?UTF-8?q?=E3=83=BC=E3=82=AF=E3=83=95=E3=83=AD=E3=83=BC=E3=81=AB=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cdBeta.yml | 1 + .github/workflows/cdRelease.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cdBeta.yml b/.github/workflows/cdBeta.yml index 0e93142..1015405 100644 --- a/.github/workflows/cdBeta.yml +++ b/.github/workflows/cdBeta.yml @@ -8,6 +8,7 @@ on: env: DEVELOPER_DIR: /Applications/Xcode_16.4.app + GOOGLE_SERVICE_INFO_PLIST_PATH: TimeWatcherPrj/TimeWatcher/GoogleService-Info.plist jobs: build: diff --git a/.github/workflows/cdRelease.yml b/.github/workflows/cdRelease.yml index 75e1bb1..5e6b545 100644 --- a/.github/workflows/cdRelease.yml +++ b/.github/workflows/cdRelease.yml @@ -7,6 +7,7 @@ on: env: DEVELOPER_DIR: /Applications/Xcode_16.4.app + GOOGLE_SERVICE_INFO_PLIST_PATH: TimeWatcherPrj/TimeWatcher/GoogleService-Info.plist jobs: build: