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

Latest commit

 

History

76 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Blazium Engine

Reusable GitHub Action that installs the Blazium editor (and optionally export templates) via Hub blazium-cli and the public CDN (cdn.blazium.app).

latest / nightly / latest-nightly track the nightly channel. Use latest-release for the current release build.

Usage

- uses: blazium-games/setup-blazium-engine@v0.3.0
  name: Setup Blazium
  with:
    version: latest
    download_template: true

- name: Verify Engine
  run: Blazium --version

Pin a concrete build:

- uses: blazium-games/setup-blazium-engine@v0.3.0
  with:
    version: 0.6.725
    download_template: true

Nightly / release aliases:

- uses: blazium-games/setup-blazium-engine@v0.3.0
  with:
    version: latest-release   # or nightly, 0.6.751-nightly, latest-0.6, latest-nightly-0.6

Inputs

Input Default Description
version latest Concrete semver, *-nightly, or alias (nightly, latest-release, lts, filtered latest-0.6, …).
download_editor true Run blazium-cli install.
download_template false Pass --templates (full .tpz).
download_mono false Mono editor/templates variant.
platform / arch (host) Override install target; empty uses CLI host defaults.
bin-path bin Directory for a PATH-facing Blazium / Blazium.exe link.
use-cache true Cache Hub editor install directory.
cli-version (empty) Forwarded to setup-blazium-cli; empty = CDN latest.

Environment exports

Variable Meaning
BLAZIUM_EDITOR Path used to run the editor (Blazium on PATH).
BLAZIUM_EDITOR_BIN Absolute Hub install binary path.
BLAZIUM_INSTALLED_VERSION / version_latest Resolved concrete version.
BLAZIUM_INSTALL_PATH Hub editors root.
BLAZIUM_TEMPLATE Export templates root.

About

Action to setup blazium engine in github action.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors