update build.yml
This commit is contained in:
@@ -44,6 +44,10 @@ jobs:
|
||||
build_and_deploy_android:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Decode google-services.json
|
||||
env:
|
||||
FIREBASE_SECRET: ${{ secrets.FIREBASE_SECRET }}
|
||||
run: echo $FIREBASE_SECRET > example/android/app/google-services.json
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user