zaneschepke/Bundletool action for creating .apks file from an Android App Bundle (.aab)
Download bundletool and build a .apks file from an Android App Bundle (.aab)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bundletool-version | Version of bundletool to download | yes | 1.18.1 |
| java-version | Version of Java to set up (11, 17) | yes | 17 |
| bundle-file | Path to the AAB file | yes | — |
| output-file | Path to the output .apks file | yes | app.apks |
| keystore-file | Path to the keystore .jks file | yes | — |
| keystore-password | Keystore password | yes | — |
| key-alias | Keystore key alias | yes | — |
| key-password | Key password | yes | — |
Outputs
| name | description |
|---|---|
| apks-path | Path to the generated .apks file |