diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb429ec..3de4911 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,8 +96,8 @@ jobs: - name: Upload to Google Play uses: r0adkll/upload-google-play@v1 with: - serviceAccountJson: ${{ secrets.SERVICE_ACCOUNT_JSON }} + serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: net.helcel.fidelity - releaseFiles: app/build/outputs/bundle/**/*.aab + releaseFiles: app/build/outputs/bundle/signedRelease/app-signedRelease.aab tracks: ${{ startsWith(github.ref, 'refs/tags/') && 'production' || 'beta' }} status: completed