📦
A GitHub Action for setup Android Bundletool on Linux, Windows, and macOS virtual environments
- name: Setup Bundletool latest
id: bundletool
uses: riverolls/action-bundletool@v1
- name: Use jar path
run: java -jar ${{steps.bundletool.outputs.jar_path}} version
Name | Type | Required | Default | Description |
---|---|---|---|---|
version |
String |
❌ | latest |
The bundletool version to install. Such as: 1.17.0 |
Name | Type | Description |
---|---|---|
jar_path |
String |
Path to Bundletool jar file |