Skip to content

Commit

Permalink
Update build-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin authored Jul 24, 2024
1 parent 3351d49 commit d1d5c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Write google-services.json
run: |
echo "${{ secrets.GOOGLE_SERVICES }}" > src-capacitor/android/app/google-services.json
echo $'${{ secrets.GOOGLE_SERVICES }}' > src-capacitor/android/app/google-services.json
- name: Write .env
run: |
Expand Down

0 comments on commit d1d5c7c

Please sign in to comment.