x87/sb-compile-action
Downloads SannyBuilder and compiles a script file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input-file | Path to the input script file to compile | yes | — |
| output-file | Path to the output compiled file | no | output.cs |
| sanny-version | SannyBuilder version to download (e.g., v4.2.0 or latest) | no | latest |
| mode | Edit mode (e.g., sa_sbl, vc_sbl, gta3_sbl) | no | sa_sbl |
Outputs
| name | description |
|---|---|
| success | Whether compilation was successful |
| error-log | Content of error log if compilation failed |