{"id":15065740,"url":"https://github.com/rageagainstthepixel/unity-uwp-builder","last_synced_at":"2026-01-03T11:17:24.212Z","repository":{"id":255706210,"uuid":"852471128","full_name":"RageAgainstThePixel/unity-uwp-builder","owner":"RageAgainstThePixel","description":"A GitHub Action to build Unity exported UWP projects.","archived":false,"fork":false,"pushed_at":"2025-01-22T01:58:31.000Z","size":43,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T00:17:56.609Z","etag":null,"topics":["build-automation","github-action","hololens","msbuild-action","unity","unity3d","uwp"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RageAgainstThePixel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"StephenHodgson","patreon":"RageAgainstThePixel"}},"created_at":"2024-09-04T21:36:20.000Z","updated_at":"2025-01-22T01:55:02.000Z","dependencies_parsed_at":"2024-09-29T10:40:59.960Z","dependency_job_id":"90804e81-1890-474e-84d0-522879f1dd23","html_url":"https://github.com/RageAgainstThePixel/unity-uwp-builder","commit_stats":null,"previous_names":["rageagainstthepixel/unity-uwp-builder"],"tags_count":7,"template":false,"template_full_name":"RageAgainstThePixel/github-action-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Funity-uwp-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Funity-uwp-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Funity-uwp-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Funity-uwp-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RageAgainstThePixel","download_url":"https://codeload.github.com/RageAgainstThePixel/unity-uwp-builder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806124,"owners_count":20350785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["build-automation","github-action","hololens","msbuild-action","unity","unity3d","uwp"],"created_at":"2024-09-25T00:46:59.480Z","updated_at":"2026-01-03T11:17:24.179Z","avatar_url":"https://github.com/RageAgainstThePixel.png","language":"TypeScript","funding_links":["https://github.com/sponsors/StephenHodgson","https://patreon.com/RageAgainstThePixel"],"categories":[],"sub_categories":[],"readme":"# unity-uwp-builder\n\nA GitHub Action to build Unity exported UWP projects.\n\n\u003e [!NOTE]\n\u003e The main goal of this action to to take what is provided from Unity and package it to be directly uploaded to the Microsoft Store.\n\n## How to use\n\n### workflow\n\n```yaml\nsteps:\n  # required for unity-uwp-builder action\n  - uses: microsoft/setup-msbuild@v2\n\n  # builds visual studio project for UWP and packages it for store upload\n  - uses: RageAgainstThePixel/unity-uwp-builder@v1\n    id: uwp-build\n    with:\n      project-path: '/path/to/your/build/output/directory'\n      architecture: 'ARM64'\n      package-type: 'upload'\n\n  - name: print outputs\n    shell: bash\n    run: |\n      echo \"Executable: ${{ steps.uwp-build.outputs.executable }}\"\n      echo \"Output Directory: ${{ steps.uwp-build.outputs.output-directory }}\"\n      ls -R \"${{ steps.uwp-build.outputs.output-directory }}\"\n```\n\n### inputs\n\n| name | description | required |\n| ---- | ----------- | -------- |\n| `project-path` | The directory that contains the exported visual studio project from Unity. | true |\n| `configuration` | The configuration to use when building the visual studio project. | Defaults to `Master`. |\n| `architecture` | The architecture to use when building the visual studio project. Can be: `x86`, `x64`, `ARM`, or `ARM64`. | Defaults to `ARM64`. |\n| `package-type` | The type of package to generate. Can be: `sideload` or `upload`. | Defaults to `sideload`. |\n| `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. |\n\n### outputs\n\n- `executable`: The path to the generated appx executable.\n- `output-directory`: The path to the package output directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frageagainstthepixel%2Funity-uwp-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frageagainstthepixel%2Funity-uwp-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frageagainstthepixel%2Funity-uwp-builder/lists"}