{"id":15099331,"url":"https://github.com/buildalon/unity-uwp-builder","last_synced_at":"2025-04-15T00:31:38.456Z","repository":{"id":256635769,"uuid":"855982965","full_name":"buildalon/unity-uwp-builder","owner":"buildalon","description":"A GitHub Action to build Unity exported UWP projects.","archived":false,"fork":false,"pushed_at":"2025-01-22T02:33:35.000Z","size":167,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T12:38:49.612Z","etag":null,"topics":["action","build-automation","buildalon","game-ci","github-actions","hololens","microsoft","msix","unity","unity-uwp","unity3d","uwp","wsaplayer"],"latest_commit_sha":null,"homepage":"https://buildalon.com","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/buildalon.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}},"created_at":"2024-09-11T19:27:29.000Z","updated_at":"2025-03-11T10:20:17.000Z","dependencies_parsed_at":"2025-01-22T03:22:37.430Z","dependency_job_id":"a7e42b38-f3b6-4bfa-9c36-b02e42d9412b","html_url":"https://github.com/buildalon/unity-uwp-builder","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"3269bdf169a11a9616fbfe87aa4fb9bdc3de722c"},"previous_names":["buildalon/unity-uwp-builder"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Funity-uwp-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Funity-uwp-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Funity-uwp-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Funity-uwp-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildalon","download_url":"https://codeload.github.com/buildalon/unity-uwp-builder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248984299,"owners_count":21193719,"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":["action","build-automation","buildalon","game-ci","github-actions","hololens","microsoft","msix","unity","unity-uwp","unity3d","uwp","wsaplayer"],"created_at":"2024-09-25T17:10:38.807Z","updated_at":"2025-04-15T00:31:37.658Z","avatar_url":"https://github.com/buildalon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Buildalon unity-uwp-builder\n\n[![Discord](https://img.shields.io/discord/939721153688264824.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2)](https://discord.gg/VM9cWJ9rjH) [![marketplace](https://img.shields.io/static/v1?label=\u0026labelColor=505050\u0026message=Buildalon%20Actions\u0026color=FF1E6F\u0026logo=github-actions\u0026logoColor=0076D6)](https://github.com/marketplace?query=buildalon) [![validate](https://github.com/buildalon/unity-uwp-builder/actions/workflows/validate.yml/badge.svg?branch=main)](https://github.com/buildalon/unity-uwp-builder/actions/workflows/validate.yml)\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  - uses: buildalon/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%2Fbuildalon%2Funity-uwp-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildalon%2Funity-uwp-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildalon%2Funity-uwp-builder/lists"}