rageagainstthepixel/unity-uwp-builder
A GitHub Action to build Unity exported UWP projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 22, 2025
- License
- MIT
Pinned Snippet
uses: rageagainstthepixel/unity-uwp-builder@8f628f211475a0868abaadcf9e0002b93821b61a # v1.0.5tags can be moved; commit SHAs can't. why a SHA?
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`. If no certificate is provided, then a test certificate is created. | no | — |
Outputs
| name | description |
|---|---|
| executable | The path to the generated executable. |
| output-directory | The path to the output-directory. |