update build.yml

This commit is contained in:
Salvatore Giordano
2021-01-15 14:56:20 +01:00
parent 0303816922
commit cd99cc6db3
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
steps:
- name: Decode google-services.json
env:
FIREBASE_SECRET: ${{ secrets.FIREBASE_SECRET }}
FIREBASE_SECRET: ${{ secrets.FIREBASE_SECRET }}
run: echo $FIREBASE_SECRET > example/android/app/google-services.json
- uses: actions/checkout@v2
- uses: actions/setup-java@v1