update build.yml

This commit is contained in:
Salvatore Giordano
2021-01-15 14:54:35 +01:00
parent d9f3683d46
commit 0303816922
+4
View File
@@ -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: