From a4c00f345190a7b54d9d63e602b71b1e026a26b4 Mon Sep 17 00:00:00 2001 From: Szabolcs Toth <54896607+tothszabi@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:47:26 +0100 Subject: [PATCH] Update step.yml (#86) --- step.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step.yml b/step.yml index 69b4acd..9c14698 100644 --- a/step.yml +++ b/step.yml @@ -1,7 +1,7 @@ title: Android Sign summary: Signs your APK or Android App Bundle before uploading it to Google Play Store. description: |- - Once you have uploaded your keystore file and provided your keystore credentials on the **Code Signing** tab of the Workflow Editor, the **Android Sign** Step signs your APK digitally. + Once you have uploaded your keystore file and provided your keystore credentials on the **Code Signing** tab of the **App Settings** page, the **Android Sign** Step signs your APK digitally. Bitrise assigns Environment Variables to the uploaded file and credentials, and uses those in the respective fields of the **Android Sign** Step. Once the Step runs, it produces a signed APK or App Bundle which will be used as the input value of the **App file path** field in the **Google Play Deploy** Step.