Skip to content

Commit

Permalink
fix: add google-service.json in the android-buil file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaillat committed Oct 18, 2024
1 parent 1e687c6 commit caea376
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
run: |
chmod +x ./gradlew
- name: Decode secrets
env:
GOOGLE_SERVICES: ${{ secrets.GOOGLE_SERVICES }}
run: |
echo "$GOOGLE_SERVICES" | base64 --decode > ./app/google-services.json
- name: Build APK
run: ./gradlew assembleRelease

Expand Down

0 comments on commit caea376

Please sign in to comment.