From c402a09fe7be918881195e04f2227ea2551e28b9 Mon Sep 17 00:00:00 2001 From: Ryoichiro Oka Date: Sat, 4 Oct 2025 15:25:57 +0900 Subject: [PATCH] fix: mac build profile parameter missing --- .github/workflows/build-tests-mac.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-tests-mac.yml b/.github/workflows/build-tests-mac.yml index 3d3d2a50..77f84327 100644 --- a/.github/workflows/build-tests-mac.yml +++ b/.github/workflows/build-tests-mac.yml @@ -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