From e52d3c413eab2076d994c4245c166b528d767427 Mon Sep 17 00:00:00 2001 From: Nathan Meade Date: Tue, 28 Mar 2023 22:35:39 -0400 Subject: [PATCH] Update buildSignReleaseAndUploadToGooglePlay.yml --- .github/workflows/buildSignReleaseAndUploadToGooglePlay.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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