Workflows: fix service account

This commit is contained in:
nomadics9 2025-01-06 23:03:18 +03:00
parent affdb7eed3
commit 610e898a71
No known key found for this signature in database

View file

@ -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