buildalon/Buildalon unity-uwp-builder

A GitHub Action to build Unity exported UWP projects.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project-pathThe directory that contains the exported visual studio project from Unity.yes
configurationThe configuration to use when building the visual studio project. Defaults to `Master`.noMaster
architectureThe architecture to use when building the visual studio project. Can be: `x86`, `x64`, `ARM`, or `ARM64`.noARM64
additional-argsAdditional arguments to pass to the msbuild command.no
package-typeThe type of package to generate. Can be: `sideload` or `upload`. Defaults to `sideload`.nosideload
certificate-pathThe 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
namedescription
executableThe path to the generated executable.
output-directoryThe path to the output-directory.