Updated CI
Some checks failed
Build / build (push) Failing after 3s

This commit is contained in:
2026-02-13 22:08:40 +01:00
parent 2c32f19262
commit 7fac0e50bb
3 changed files with 25 additions and 82 deletions

View File

@@ -58,11 +58,7 @@ The built payload will be output to `output/OmniNX-Installer.bin`.
### CI / GitHub Actions
Pushing a version tag (e.g. `v1.0.0`) triggers a build and creates a release with the `.bin` file attached.
**GitHub:** Uses the built-in `GITHUB_TOKEN` automatically.
**Gitea:** Add a `GITHUB_TOKEN` secret (Settings → Secrets and Variables → Actions) with a token that has permission to create releases.
Every push triggers a build. The `.bin` file is produced and attached as a workflow artifact (Actions tab → select run → Artifacts).
## Usage