feat: add buildProfile parameter

add new `buildProfile` action param, which will be passed into
Unity as the `-activeBuildProfile ...` CLI param.

closes https://github.com/game-ci/unity-builder/issues/674
This commit is contained in:
Michael Buhler
2025-01-30 10:50:00 +07:00
parent 3ae9ec8536
commit 5eccc32436
13 changed files with 164 additions and 41 deletions
+5 -1
View File
@@ -18,7 +18,11 @@ inputs:
projectPath:
required: false
default: ''
description: 'Relative path to the project to be built.'
description: 'Path to the project to be built, relative to the repository root.'
buildProfile:
required: false
default: ''
description: 'Path to the build profile to activate, relative to the project root.'
buildName:
required: false
default: ''