Added CI
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user