Skip to content

Commit

Permalink
Update flutter-android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
byackee committed Nov 22, 2024
1 parent 2b3da25 commit 9ec95f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Install dependencies
run: flutter pub get

- name: Add google-services.json
- name: Write google-services.json
run: |
printf "%s" "${{ secrets.GOOGLE_SERVICES_JSON }}" > android/app/google-services.json
echo "${{ secrets.GOOGLE_SERVICES_JSON }}" | tr -d '\r' > android/app/google-services.json
- name: Debug google-services.json
run: |
Expand Down

0 comments on commit 9ec95f5

Please sign in to comment.