diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4606fb6..69d5a34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -150,6 +150,14 @@ jobs: - name: Web Deploy uses: actions/deploy-pages@v4 + - name: Upload to Play Store + uses: r0adkll/upload-google-play@v1 + with: + serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }} + packageName: de.jonasbark.swift_play + releaseFiles: build/app/outputs/bundle/release/app-release.aab + track: production + windows: needs: build name: Build & Release on Windows diff --git a/.gitignore b/.gitignore index b037b19..af675d6 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,5 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release + +service-account.json