Workflows: publish enabled
This commit is contained in:
parent
85367fdd15
commit
5337e477b7
1 changed files with 14 additions and 14 deletions
28
.github/workflows/publish.yml
vendored
28
.github/workflows/publish.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Publish AlaskarTV
|
||||
name: Publish to Google Play
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
|
@ -39,17 +39,17 @@ jobs:
|
|||
ls -laR ./release
|
||||
|
||||
|
||||
# - name: Create service_account.json
|
||||
# run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
|
||||
#
|
||||
# - name: Deploy to Google Play
|
||||
# uses: https://github.com/r0adkll/upload-google-play@v1
|
||||
# with:
|
||||
# serviceAccountJson: service_account.json
|
||||
# packageName: org.askartv.tv
|
||||
# releaseFiles: "./release/*.aab"
|
||||
# debugSymbols: "./release/symbols"
|
||||
# track: production
|
||||
# status: completed
|
||||
# whatsNewDirectory: ./release/whatsnew
|
||||
- name: Create service_account.json
|
||||
run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
|
||||
|
||||
- name: Deploy to Google Play
|
||||
uses: https://github.com/r0adkll/upload-google-play@v1
|
||||
with:
|
||||
serviceAccountJson: service_account.json
|
||||
packageName: org.askartv.tv
|
||||
releaseFiles: "./release/*.aab"
|
||||
debugSymbols: "./release/symbols"
|
||||
track: production
|
||||
status: completed
|
||||
whatsNewDirectory: ./release/whatsnew
|
||||
|
||||
|
|
Loading…
Reference in a new issue