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
|
- name: List Downloaded Files
|
||||||
run: ls -l ./release
|
run: ls -l ./release
|
||||||
|
|
||||||
- name: Debug Service Account JSON
|
- name: Create service_account.json
|
||||||
run: |
|
run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
|
||||||
echo "Checking Service Account JSON..."
|
|
||||||
echo "${{ secrets.SERVICE_ACCOUNT_JSON }}" | head -c 50
|
|
||||||
|
|
||||||
- name: Deploy to Google Play
|
- name: Deploy to Google Play
|
||||||
uses: r0adkll/upload-google-play@v1.1.3
|
uses: r0adkll/upload-google-play@v1.1.3
|
||||||
with:
|
with:
|
||||||
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
serviceAccountJson: service_account.json
|
||||||
packageName: "org.askartv.tv"
|
packageName: "org.askartv.tv"
|
||||||
releaseFiles: "./release/*.aab"
|
releaseFiles: "./release/*.aab"
|
||||||
debugSymbols: "./release/symbols"
|
debugSymbols: "./release/symbols"
|
||||||
|
|
Loading…
Reference in a new issue