Skip to content
play

GitHub Action

setup bundletool

v1 Latest version

setup bundletool

play

setup bundletool

setup bundletool of android

Installation

Copy and paste the following snippet into your .yml file.

              

- name: setup bundletool

uses: amyu/setup-bundletool@v1

Learn more about this action in amyu/setup-bundletool

Choose a version

setup-bundletool

This action provides the following functionality for GitHub Actions users:

  • Download bundletool and use it in subsequent Steps as bundletool command
  • Runs on Mac, Linux and Windows powered by SelfHostedRunner or GithubHostedRunner

Usage

See action.yml

Basic:

steps:
  - uses: actions/checkout@v3
    
  # bundletool requires java
  - name: Setup JDK 17
    uses: actions/setup-java@v3
    with:
      java-version: 17
      distribution: temurin
      
  - name: Setup bundletool
    uses: amyu/setup-bundletool@v1

  - run: bundletool help

License

The scripts and documentation in this project are released under the MIT License

Contributions

Contributions are welcome!