actions-marketplace-validations/Unity Build Pipeline Utility
Runs a Unity build action using the specified arguments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 20, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/rageagainstthepixel_unity-build@05ce0b23a78adb18dc14468f13eb353229479381 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| build-target | The build target to build for. | — | "" |
| test | Run editor tests | no | true |
| additional-validation-args | Additional args to pass to validation command | no | "" |
| additional-test-args | Additional args to pass to test command | no | "" |
| additional-build-args | Additional args to pass to build command | no | "" |
| output-directory | The directory to output the build to | no | "" |
| publish-artifacts | Should the workflow publish artifacts? | no | true |
| artifact-name | The name of the artifact to publish | no | "" |
Outputs
no outputs