buildalon/Buildalon unity-uwp-builder
A GitHub Action to build Unity exported UWP projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-path | The directory that contains the exported visual studio project from Unity. | yes | — |
| configuration | The configuration to use when building the visual studio project. Defaults to `Master`. | no | Master |
| architecture | The architecture to use when building the visual studio project. Can be: `x86`, `x64`, `ARM`, or `ARM64`. | no | ARM64 |
| additional-args | Additional arguments to pass to the msbuild command. | no | — |
| package-type | The type of package to generate. Can be: `sideload` or `upload`. Defaults to `sideload`. | no | sideload |
| certificate-path | The path to the certificate to use when packaging the UWP project. Required when `package-type` is `sideload`. Defaults to the Unity generated test certificate. | no | — |
Outputs
| name | description |
|---|---|
| executable | The path to the generated executable. |
| output-directory | The path to the output-directory. |