update build.yml
This commit is contained in:
@@ -56,8 +56,8 @@ jobs:
|
|||||||
flutter pub get
|
flutter pub get
|
||||||
- name: Decode google-services.json
|
- name: Decode google-services.json
|
||||||
env:
|
env:
|
||||||
FIREBASE_SECRET: ${{ secrets.FIREBASE_SECRET }}
|
ANDROID_GOOGLE_SERVICES: ${{ secrets.ANDROID_GOOGLE_SERVICES }}
|
||||||
run: echo $FIREBASE_SECRET > ./example/android/app/google-services.json
|
run: echo $ANDROID_GOOGLE_SERVICES > ./example/android/app/google-services.json
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd example
|
cd example
|
||||||
|
|||||||
Reference in New Issue
Block a user