diff --git a/.github/workflows/buildSignReleaseAndUploadToGooglePlay.yml b/.github/workflows/buildSignReleaseAndUploadToGooglePlay.yml index 8aa359b..545a589 100644 --- a/.github/workflows/buildSignReleaseAndUploadToGooglePlay.yml +++ b/.github/workflows/buildSignReleaseAndUploadToGooglePlay.yml @@ -51,5 +51,5 @@ jobs: with: serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: com.camp.campingtripplanner - releaseFiles: app/build/outputs/apk/release/app-release-unsigned.apk + releaseFiles: app/build/outputs/apk/release/app-release.apk track: production