This commit is contained in:
2026-02-11 17:06:19 +01:00
parent 8457cdd5a6
commit 04362c6e0c
2 changed files with 80 additions and 1 deletions

View File

@@ -52,7 +52,15 @@ make clean
make
```
The built payload will be output to `output/omninx-installer.bin`.
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.
## Usage