amxxmodularecosystem/amxx-builder
Build and package AMX Mod X server plugins from a manifest
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| manifest | Path to amxbuild.yml (relative to workspace root) | no | ./amxbuild.yml |
| build-dir | Build staging directory | no | ./build |
| no-fetch | Skip re-cloning repos (use local runner cache only) | no | false |
| no-archive | Skip archive creation — compile only | no | false |
| version | Shorthand for --set version=<value> | no | — |
| archive-name | Shorthand for --set output.archive_name=<value> | no | — |
| set | Override any manifest field. One entry per line: version=1.2.3 output.archive_name={name}-{version}.zip output.generate_ini=false | no | — |
| github-token | GitHub token for accessing private repositories. Defaults to the built-in GITHUB_TOKEN (sufficient for public repos). | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| name | Project name from the manifest (value of manifest.name) |