Skip to content
cloud-snow

GitHub Action

Unity Cloud Build Action

v1.2.2 Latest version

Unity Cloud Build Action

cloud-snow

Unity Cloud Build Action

Allows to start a build on Unity Cloud Build, and await its result

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Unity Cloud Build Action

uses: ElmarJ/[email protected]

Learn more about this action in ElmarJ/unity-cloud-build-action

Choose a version

typescript-action status

Action

This action allows to build your Unity project on Unity Cloud Build as a Github-action. Generally, this should be much faster than running the build-process on Github servers. Note that it's a very basic Github Action and does it does not store the build result (no artifacts), so you can only use it to run a build as a code-check. Storing artificacts should be rather trivial to implement, but it wasn't necessary for my purposes - feel free to send a PR. :)

Usage

See for a usage example this file: https://github.com/ElmarJ/Waterlooplein3D/blob/main/.github/workflows/cloud-build-action.yml