Another way to add the json to the actions

This commit is contained in:
jobobby04 2020-05-09 19:29:32 -04:00 committed by GitHub
parent 69a8223d06
commit d3aaa3656b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,11 @@ jobs:
uses: finnp/create-file-action@1.0.0
env:
FILE_NAME: "app/google-services.json"
FILE_BASE64: ${{ secrets.GOOGLE_SERVICES }}
FILE_DATA: ${{ secrets.GOOGLE_SERVICES_TEXT }}
- name: Validate JSON
uses: OrRosenblatt/validate-json-action@0.1.0
with:
json: app/google-services.json
- name: Build Release APK
run: bash ./gradlew assembleStandard --stacktrace
- name: Sign Android release