workflow
This commit is contained in:
parent
b5b96a092d
commit
7dc88c8081
1 changed files with 3 additions and 5 deletions
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
|
@ -36,15 +36,13 @@ jobs:
|
|||
- name: List Downloaded Files
|
||||
run: ls -l ./release
|
||||
|
||||
- name: Debug Service Account JSON
|
||||
run: |
|
||||
echo "Checking Service Account JSON..."
|
||||
echo "${{ secrets.SERVICE_ACCOUNT_JSON }}" | head -c 50
|
||||
- name: Create service_account.json
|
||||
run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
|
||||
|
||||
- name: Deploy to Google Play
|
||||
uses: r0adkll/upload-google-play@v1.1.3
|
||||
with:
|
||||
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||
serviceAccountJson: service_account.json
|
||||
packageName: "org.askartv.tv"
|
||||
releaseFiles: "./release/*.aab"
|
||||
debugSymbols: "./release/symbols"
|
||||
|
|
Loading…
Reference in a new issue