diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 13cc5f9..307d6a2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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