This commit is contained in:
nomadics9 2024-12-16 04:39:26 +03:00
parent d73548da36
commit c48eacae13

View file

@ -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 }}