Workflow
This commit is contained in:
parent
1e1b065ad8
commit
9384f41159
1 changed files with 3 additions and 3 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
@ -46,10 +46,10 @@ jobs:
|
||||||
uses: r0adkll/upload-google-play@v1.1.3
|
uses: r0adkll/upload-google-play@v1.1.3
|
||||||
with:
|
with:
|
||||||
serviceAccountJson: service_account.json
|
serviceAccountJson: service_account.json
|
||||||
packageName: "org.askartv.tv"
|
packageName: org.askartv.tv
|
||||||
releaseFiles: "./release/*.aab"
|
releaseFiles: "./release/*.aab"
|
||||||
debugSymbols: "./symbols.zip"
|
debugSymbols: "./symbols.zip"
|
||||||
track: "production"
|
track: production
|
||||||
status: "completed"
|
status: completed
|
||||||
whatsNewDirectory: ./release
|
whatsNewDirectory: ./release
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue