update build.yml

This commit is contained in:
Salvatore Giordano
2021-01-15 15:41:50 +01:00
parent 18531837eb
commit 96c321eb8c
+2 -2
View File
@@ -56,8 +56,8 @@ jobs:
flutter pub get
- name: Decode google-services.json
env:
FIREBASE_SECRET: ${{ secrets.FIREBASE_SECRET }}
run: echo $FIREBASE_SECRET > ./example/android/app/google-services.json
ANDROID_GOOGLE_SERVICES: ${{ secrets.ANDROID_GOOGLE_SERVICES }}
run: echo $ANDROID_GOOGLE_SERVICES > ./example/android/app/google-services.json
- name: Build
run: |
cd example