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.
- uses: blazium-games/setup-blazium-engine@v0.3.0
name: Setup Blazium
with:
version: latest
download_template: true
- name: Verify Engine
run: Blazium --versionPin a concrete build:
- uses: blazium-games/setup-blazium-engine@v0.3.0
with:
version: 0.6.725
download_template: trueNightly / 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| 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. |
| 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. |