8000 GitHub - riverolls/action-bundletool
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

riverolls/action-bundletool

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

📦 :octocat:

action android bundletool

A GitHub Action for setup Android Bundletool on Linux, Windows, and macOS virtual environments

Usage

- name: Setup Bundletool latest
  id: bundletool
  uses: riverolls/action-bundletool@v1
- name: Use jar path
  run: java -jar ${{steps.bundletool.outputs.jar_path}} version

inputs

Name Type Required Default Description
version String latest The bundletool version to install. Such as: 1.17.0

outputs

Name Type Description
jar_path String Path to Bundletool jar file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published
0