Skip to content

Commit

Permalink
debug android Action
Browse files Browse the repository at this point in the history
  • Loading branch information
byackee committed Nov 22, 2024
1 parent 8900ead commit 1636fce
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/flutter-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,9 @@ jobs:
- name: Install dependencies
run: flutter pub get

- name: Debug google-services.json
run: |
echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > android/app/google-services.json
cat android/app/google-services.json
- name: Add google-services.json
run: |
echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > android/app/google-services.json
printf "%s" "${{ secrets.GOOGLE_SERVICES_JSON }}" > android/app/google-services.json
- name: Decode and add the signing key
run: |
Expand Down

0 comments on commit 1636fce

Please sign in to comment.