Skip to content

Commit

Permalink
ci: working
Browse files Browse the repository at this point in the history
  • Loading branch information
LezdCS committed Dec 14, 2024
1 parent 02777eb commit e629be1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ jobs:

- name: Add google-services.json
env:
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo "$DATA" | base64 -d > ./android/app/google-services.json
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo "$GOOGLE_SERVICES_JSON" | base64 -di > ./android/app/google-services.json

- name: Verify google-services.json
run: |
ls -l ./android/app/google-services.json | awk '{print $5 " bytes"}'
- name: Build APK and App Bundle
run: |
flutter pub get
Expand Down

0 comments on commit e629be1

Please # to comment.