Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pixkk authored Jul 4, 2024
1 parent 5234185 commit 7ebc528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
NODE_VERSION: 16

GOOGLE_SERVICE_INFO_PLIST: ${{secrets.GOOGLE_SERVICE_INFO_PLIST}}
jobs:
build:
name: Build web assets
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7ebc528

Please sign in to comment.