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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Blazium CLI

Setup Blazium CLI to use when installing the engine, export templates, or other Hub tools.

By default this action reads cli.json from the public CDN (published by blazium-cli CI) and installs the latest release. It prefers the runner architecture and falls back to x86_64 when that arch is not published.

Usage:

- uses: blazium-games/setup-blazium-cli@v0.2.1
  name: Setup Blazium CLI

- name: Verify CLI
  run: blazium-cli --version

Pin a specific CLI version:

- uses: blazium-games/setup-blazium-cli@v0.2.1
  with:
    version: 0.0.39

Install a Blazium editor (and templates) after setup:

- run: blazium-cli install nightly --templates --json

Other Hub commands: blazium-cli upgrade, blazium-cli templates download <version> --tpz, blazium-cli editors path <version>.

Inputs

Input Default Description
version (empty) CLI semver to install. Empty uses latest from the CDN manifest.
manifest-url https://cdn.blazium.app/cli/cli.json Manifest URL published by blazium-cli CI.
downloads-path downloads Directory for the downloaded binary (added to PATH).

About

Setup Blazium CLI to use when getting the engine, templates or tools.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors