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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
@ -39,17 +39,17 @@ jobs:
|
||||||
ls -laR ./release
|
ls -laR ./release
|
||||||
|
|
||||||
|
|
||||||
# - name: Create service_account.json
|
- name: Create service_account.json
|
||||||
# run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
|
run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
|
||||||
#
|
|
||||||
# - name: Deploy to Google Play
|
- name: Deploy to Google Play
|
||||||
# uses: https://github.com/r0adkll/upload-google-play@v1
|
uses: https://github.com/r0adkll/upload-google-play@v1
|
||||||
# with:
|
with:
|
||||||
# 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/symbols"
|
||||||
# track: production
|
track: production
|
||||||
# status: completed
|
status: completed
|
||||||
# whatsNewDirectory: ./release/whatsnew
|
whatsNewDirectory: ./release/whatsnew
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue