Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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 (automatically uses the latest GitHub release):

steps:
  - uses: actions/checkout@v6

  # bundletool requires java
  - name: Setup JDK 17
    uses: actions/setup-java@v5
    with:
      java-version: 17
      distribution: temurin

  - name: Setup bundletool
    uses: amyu/setup-bundletool@v1.1

  - run: bundletool help

With specific version:

steps:
  - uses: actions/checkout@v6

  - name: Setup JDK 17
    uses: actions/setup-java@v5
    with:
      java-version: 17
      distribution: temurin

  - name: Setup bundletool
    uses: amyu/setup-bundletool@v1.1
    with:
      version: 1.18.3

  - run: bundletool help

License

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

Contributions

Contributions are welcome!

About

setup bundletool

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages