fix: mac build profile parameter missing

pull/745/head
Ryoichiro Oka 2025-10-04 15:25:57 +09:00
parent 53c3dd87c6
commit c402a09fe7
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ jobs:
projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }}
targetPlatform: ${{ matrix.targetPlatform }}
buildProfile: ${{ matrix.buildProfile }}
customParameters: -profile SomeProfile -someBoolean -someValue exampleValue
# We use dirty build because we are replacing the default project settings file above
allowDirtyBuild: true