workflow
This commit is contained in:
parent
d73548da36
commit
c48eacae13
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -33,10 +33,10 @@ jobs:
|
||||||
- name: Deploy to Google Play
|
- name: Deploy to Google Play
|
||||||
uses: r0adkll/upload-google-play@v1
|
uses: r0adkll/upload-google-play@v1
|
||||||
with:
|
with:
|
||||||
serviceAccountJson: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT }}
|
serviceAccountJson: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||||
packageName: "org.askartv.tv"
|
packageName: "org.askartv.tv"
|
||||||
releaseFiles: "./release/*"
|
releaseFiles: "./release/*"
|
||||||
track: "production"
|
track: "production"
|
||||||
releaseStatus: "completed"
|
releaseStatus: "completed"
|
||||||
whatsNewDirectory: "./release/whatsnew/" # Optional for release notes
|
whatsNewDirectory: ${{ env.WHATS_NEW }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue