gruppe-adler/Build Arma 3 Mission
This action builds your Arma 3 mission to a PBO. You could then use that and attach it as an artifact or to a release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Relative path to mission directory | no | . |
| pack_only | Only pack into a PBO without any binarization or rapification. | no | false |
| armake_verbose | [Armake option] Enable verbose output. | no | false |
| armake_force | [Armake option] Overwrite the target file/folder if it already exists. | no | true |
| armake_signature | [Armake option] Signature path to use when signing the PBO. | no | — |
| armake_header_exts | [Armake option] Extension to add to PBO header. | no | — |
| armake_private_key | [Armake option] Sign the PBO with the given private key. | no | — |
Outputs
| name | description |
|---|---|
| pbo_path | Relative path of built PBO. |
| pbo_name | Name of built PBO. |