rageagainstthepixel/unity-uwp-builder

A GitHub Action to build Unity exported UWP projects.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 22, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: rageagainstthepixel/unity-uwp-builder@8f628f211475a0868abaadcf9e0002b93821b61a # v1.0.5

tags can be moved; commit SHAs can't. why a SHA?

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`. If no certificate is provided, then a test certificate is created.no
namedescription
executableThe path to the generated executable.
output-directoryThe path to the output-directory.