Workflow
This commit is contained in:
parent
e77a82e85e
commit
1e1b065ad8
1 changed files with 4 additions and 1 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -29,6 +29,9 @@ jobs:
|
|||
name: debug-symbols
|
||||
path: ./release/symbols
|
||||
|
||||
- name: Zip Symbols
|
||||
run: zip -r symbols.zip ./release/symbols
|
||||
|
||||
- name: Use What's New Message
|
||||
run: |
|
||||
cp whatsnew.txt ./release/whatsnew-en-US.txt
|
||||
|
@ -45,7 +48,7 @@ jobs:
|
|||
serviceAccountJson: service_account.json
|
||||
packageName: "org.askartv.tv"
|
||||
releaseFiles: "./release/*.aab"
|
||||
debugSymbols: "./release/symbols"
|
||||
debugSymbols: "./symbols.zip"
|
||||
track: "production"
|
||||
status: "completed"
|
||||
whatsNewDirectory: ./release
|
||||
|
|
Loading…
Reference in a new issue