Sign Bundle with YAML

YAML parameters for Sign Bundle

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to ANDROID_SIGN_BUNDLE.
local_path
Required
StringThe path to the generated .apk file.
application_name
Required
StringThe name of the signed APK file.
key_path
Required
StringThe path to the authorization key file.
keystore_password
Required
StringThe keystore password.
output_dirStringThe directory in which the signed APK will be stored.
key_aliasStringThe key alias name.
key_passwordStringThe key password.

YAML example for Sign Bundle

actions:
- action: "Sign Android bundle"
  type: "ANDROID_SIGN_BUNDLE"
  local_path: "app/build/outputs/bundle/release/app-release.aab"
  output_dir: "/"
  application_name: "app-release-signed.aab"
  key_path: "my-release-key.jks"
  key_password: "${key_password}"
  keystore_password: "${keystore_password}"
  key_alias: ""

Last modified on April 26, 2022

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

Sign up for free and deploy your project in less than 10 minutes.