From f8eb1a80b0fc0dbfd5242986c015b92f3310e168 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Wed, 3 Mar 2021 22:14:25 +0530 Subject: [PATCH] Update production.yml --- .github/workflows/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 964349dd..78d998cc 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -39,7 +39,7 @@ jobs: id: sign uses: r0adkll/sign-android-release@v1 with: - releaseDirectory: app/build/outputs/bundle/release + releaseDirectory: app/build/outputs/apk/release signingKeyBase64: ${{ secrets.SIGNING_KEY }} alias: ${{ secrets.ALIAS }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} @@ -55,6 +55,6 @@ jobs: with: serviceAccountJson: service_account.json packageName: com.yogeshpaliyal.keypass - releaseFile: app/build/outputs/bundle/release/app-release.aab + releaseFile: ${{steps.sign.outputs.signedReleaseFile}} track: internalsharing whatsNewDirectory: whatsnew/