This action converts given *.aab
file to universal *.apk
file. This file includes all
dynamic modules.
Required Path to input *.aab
file
Optional Path to directory where outputs are stored
Default: output
Required Path to keystore file (*.jks
)
Required & Sensitive Keystore password
Required & Sensitive Keystore alias
Required & Sensitive Keystore alias password
Path to final universal APK
- name: Build Universal APK
uses: skywall/[email protected]
with:
aab_path: "/path/to/file.aab"
keystore_path: "/path/to/keystore.jks"
keystore_password: ${{secrets.KEYSTORE_PASSWORD}}
keystore_alias: ${{secrets.KEYSTORE_ALIAS}}
keystore_alias_password: ${{secrets.KEYSTORE_PASSWORD}}
- name: Do something with Universal APK
with:
apk_path: ${{env.UNIVERSAL_APK_PATH}}
Use Act.
$> brew install nektos/tap/act
$> act -j test-local -b