Workflow
This commit is contained in:
parent
7761b6c149
commit
ffc5cfa751
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
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: "./release/symbols"
|
||||||
track: production
|
track: production
|
||||||
status: completed
|
status: completed
|
||||||
whatsNewDirectory: ./release/whatsnew
|
whatsNewDirectory: ./release/whatsnew
|
||||||
|
|
Loading…
Reference in a new issue