Another way to add the json to the actions
This commit is contained in:
parent
69a8223d06
commit
d3aaa3656b
6
.github/workflows/android-debug.yml
vendored
6
.github/workflows/android-debug.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user