Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 10bf779

Browse files
committed
Update google-services.json creation in build.yml
1 parent 4dad91f commit 10bf779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: bun install
5959

6060
- name: Create google-services.json
61-
run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > google-services.json
61+
run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" | base64 -d > google-services.json
6262

6363
- name: Build Expo
6464
run: bun run build:android

0 commit comments

Comments
 (0)