mukeshsolanki/BundleTool Action
This GitHub Action converts Android App Bundles (AAB) into signed APK files using bundletool.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aabFile | Path to your aab file | yes | — |
| base64Keystore | The key used to sign the apk encoded in base 64 | yes | — |
| keystorePassword | The keystore password | yes | — |
| keystoreAlias | The keystore alias | yes | — |
| keyPassword | The password to the key | yes | — |
| bundletoolVersion | The version of bundletool to use | no | latest |
Outputs
no outputs