workflow
This commit is contained in:
parent
ada20dd0b8
commit
7edfb44938
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -48,9 +48,9 @@ jobs:
|
|||
echo "WHATS_NEW=$WHATS_NEW" >> $GITHUB_ENV
|
||||
|
||||
- name: Deploy to Google Play
|
||||
uses: r0adkll/upload-google-play@v1
|
||||
uses: r0adkll/upload-google-play@v1.1.3
|
||||
with:
|
||||
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||
serviceAccountJsonPlainText: ${{ SERVICE_ACCOUNT_JSON }}
|
||||
packageName: "org.askartv.tv"
|
||||
releaseFiles: "./release/*.aab"
|
||||
debugSymbols: "./release/symbols"
|
||||
|
|
Loading…
Reference in a new issue