Workflows: fix service account
This commit is contained in:
parent
affdb7eed3
commit
610e898a71
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -40,7 +40,8 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
- name: Create service_account.json
|
- name: Create service_account.json
|
||||||
run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
|
run: echo "${{ secrets.SERVICE_ACCOUNT_JSON }}" | base64 -d > service_account.json
|
||||||
|
|
||||||
|
|
||||||
- name: Deploy to Google Play
|
- name: Deploy to Google Play
|
||||||
uses: https://github.com/r0adkll/upload-google-play@v1
|
uses: https://github.com/r0adkll/upload-google-play@v1
|
||||||
|
|
Loading…
Reference in a new issue