update build.yml
This commit is contained in:
@@ -47,7 +47,9 @@ jobs:
|
|||||||
- name: Decode google-services.json
|
- name: Decode google-services.json
|
||||||
env:
|
env:
|
||||||
FIREBASE_SECRET: ${{ secrets.FIREBASE_SECRET }}
|
FIREBASE_SECRET: ${{ secrets.FIREBASE_SECRET }}
|
||||||
run: echo $FIREBASE_SECRET > ./example/android/app/google-services.json
|
run: |
|
||||||
|
pwd
|
||||||
|
echo $FIREBASE_SECRET > ./example/android/app/google-services.json
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user