Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz authored Aug 21, 2024
1 parent d833b7c commit 421a69f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Create google-services.json directory for dev
run: mkdir -p app/src/dev

- name: Create google-services.json for dev
run: echo "$GOOGLE_SERVICES_JSON" > app/src/dev/google-services.json
Expand Down

0 comments on commit 421a69f

Please sign in to comment.