workflow
This commit is contained in:
parent
02ac0eea3b
commit
ada20dd0b8
1 changed files with 8 additions and 4 deletions
12
.github/workflows/publish.yml
vendored
12
.github/workflows/publish.yml
vendored
|
@ -29,6 +29,10 @@ jobs:
|
|||
name: debug-symbols
|
||||
path: ./release/symbols
|
||||
|
||||
- name: Use What's New Message
|
||||
run: |
|
||||
cp whatsnew.txt ./release/whatsnew-en-US.txt
|
||||
|
||||
- name: List Downloaded Files
|
||||
run: ls -l ./release
|
||||
|
||||
|
@ -46,11 +50,11 @@ jobs:
|
|||
- name: Deploy to Google Play
|
||||
uses: r0adkll/upload-google-play@v1
|
||||
with:
|
||||
serviceAccountJson: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||
packageName: "org.askartv.tv"
|
||||
releaseFiles: "./release/signed-aab/*"
|
||||
releaseFiles: "./release/*.aab"
|
||||
debugSymbols: "./release/symbols"
|
||||
track: "production"
|
||||
releaseStatus: "completed"
|
||||
whatsNew: ${{ env.WHATS_NEW }}
|
||||
status: "completed"
|
||||
whatsNewDirectory: ./release
|
||||
|
||||
|
|
Loading…
Reference in a new issue