We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dad91f commit 10bf779Copy full SHA for 10bf779
1 file changed
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
run: bun install
59
60
- name: Create google-services.json
61
- run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > google-services.json
+ run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" | base64 -d > google-services.json
62
63
- name: Build Expo
64
run: bun run build:android
0 commit comments