Skip to content

Commit c402a09

Browse files
committed
fix: mac build profile parameter missing
1 parent 53c3dd8 commit c402a09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-tests-mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
projectPath: ${{ matrix.projectPath }}
7373
unityVersion: ${{ matrix.unityVersion }}
7474
targetPlatform: ${{ matrix.targetPlatform }}
75+
buildProfile: ${{ matrix.buildProfile }}
7576
customParameters: -profile SomeProfile -someBoolean -someValue exampleValue
7677
# We use dirty build because we are replacing the default project settings file above
7778
allowDirtyBuild: true

0 commit comments

Comments
 (0)