Skip to content

Commit

Permalink
made google-service.json file available in the right location from th…
Browse files Browse the repository at this point in the history
…e secrets
  • Loading branch information
jeffrey0606 committed Mar 21, 2023
1 parent 0c76182 commit 4aef6b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
channel: 'stable'
- run: flutter upgrade
- run: flutter --version
- name: Get DEV_GOOGLE_SERVICES_JSON content write it into app/src/development/google-services.json
env:
DEV_GOOGLE_SERVICES_JSON: ${{ secrets.DEV_GOOGLE_SERVICES_JSON }}
run: echo "$DEV_GOOGLE_SERVICES_JSON" > android/app/src/development/google-services.json
- run: flutter pub get
# - run: flutter test
- run: flutter build apk --profile --flavor development --target lib/main_development.dart
Expand Down

0 comments on commit 4aef6b9

Please sign in to comment.