Update .github/workflows/publish.yml
This commit is contained in:
parent
1edfd9661b
commit
affdb7eed3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -48,7 +48,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: "./release/symbols"
|
debugSymbols: "./release/debug-symbols.zip"
|
||||||
track: production
|
track: production
|
||||||
status: completed
|
status: completed
|
||||||
whatsNewDirectory: ./release/whatsnew
|
whatsNewDirectory: ./release/whatsnew
|
||||||
|
|
Loading…
Reference in a new issue