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
|
name: debug-symbols
|
||||||
path: ./release/symbols
|
path: ./release/symbols
|
||||||
|
|
||||||
|
- name: Zip Symbols
|
||||||
|
run: zip -r symbols.zip ./release/symbols
|
||||||
|
|
||||||
- name: Use What's New Message
|
- name: Use What's New Message
|
||||||
run: |
|
run: |
|
||||||
cp whatsnew.txt ./release/whatsnew-en-US.txt
|
cp whatsnew.txt ./release/whatsnew-en-US.txt
|
||||||
|
@ -45,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: "./symbols.zip"
|
||||||
track: "production"
|
track: "production"
|
||||||
status: "completed"
|
status: "completed"
|
||||||
whatsNewDirectory: ./release
|
whatsNewDirectory: ./release
|
||||||
|
|
Loading…
Reference in a new issue