From 7ebc5284f22e01e706bc753f8a35a44359a462a2 Mon Sep 17 00:00:00 2001 From: Pixkk <30828435+pixkk@users.noreply.github.com> Date: Thu, 4 Jul 2024 15:34:23 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eb0fec8..dd3801c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: env: NODE_VERSION: 16 - + GOOGLE_SERVICE_INFO_PLIST: ${{secrets.GOOGLE_SERVICE_INFO_PLIST}} jobs: build: name: Build web assets @@ -94,7 +94,7 @@ jobs: with: xcode-version: latest-stable - name: Add `GoogleService-Info.plist` - run: echo ${{secrets.GOOGLE_SERVICE_INFO_PLIST}} > ios/App/App/GoogleService-Info.plist + run: echo "${{ env.GOOGLE_SERVICE_INFO_PLIST }}" > ios/App/App/GoogleService-Info.plist - name: Build and archive with xcodebuild working-directory: ios run: xcodebuild