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: