Skip to content

Commit

Permalink
fix: Fix Malformed root json
Browse files Browse the repository at this point in the history
  • Loading branch information
kongwoojin committed Mar 24, 2024
1 parent c556f10 commit d6acb06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/debug_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:

- name: Generate google-services.json
run: echo "$GOOGLE_SERVICES_JSON" > app/google-services.json
env:
$GOOGLE_SERVICES_JSON: ${{ secrets.$GOOGLE_SERVICES_JSON }}


- name: Build debug APK
run: ./gradlew assembleDebug
Expand Down

0 comments on commit d6acb06

Please sign in to comment.