condensereality/Run Unity Cloud Build

Runs relevant build via Unity Cloud Build

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 13, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: condensereality/unitycloudbuildaction@b57dceeedabaf5d39293b0d9aa63907cb4d5b441 # v1.15.1

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

namedescriptionrequireddefault
unity_cloud_build_api_keyUnity Cloud Build API keyyes
unity_cloud_build_org_idUnity Cloud Build Org IDyes
unity_cloud_build_project_idUnity Cloud Build Project IDyes
unity_cloud_build_polling_intervalInterval to poll Unity Cloud Buildno60
unity_cloud_build_primary_targetUnity Cloud Build Primary Target IDyes
unity_cloud_build_download_binaryDownload the build binary to env.ARTIFACT_FILEPATHno
unity_cloud_build_create_shareCreate a sharing url in UnityCloudBuild and output to env.SHARE_URLno
unity_cloud_build_use_existing_build_numberForce the process to use an existing build number instead of starting a new buildno
unity_cloud_build_github_branch_refgithub branch reference to build (github.ref). This will create new build targets if the branch differs from the default target, to support pull requests and tagsyes
unity_cloud_build_github_head_refgithub.head_ref; only on pull requests and is the source branch; https://docs.github.com/en/actions/learn-github-actions/contextsno
unity_cloud_build_allow_new_targetSet this to false to disable creation of new build targets/configurations based on the primary target.no

no outputs