mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-28 03:57:50 +02:00
Another way to add the json to the actions
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user