You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
unity-uwp-builder
v1.0.0
A GitHub Action to build Unity exported UWP projects.
steps:
- uses: RageAgainstThePixel/unity-uwp-builder@v1
name | description | required |
---|---|---|
project-path |
The directory that contains the exported visual studio project from Unity. | true |
configuration |
The configuration to use when building the visual studio project. | Defaults to Master . |
architecture |
The architecture to use when building the visual studio project. Can be: x86 , x64 , ARM , or ARM64 . |
Defaults to ARM64 . |
package-type |
The type of package to generate. Can be: sideload or upload . |
Defaults to sideload . |
executable
: The path to the generated appx executable.export-path
: The path to the export directory.