From 28e96a9b84000c29dd7f71a068c747e5d57698d3 Mon Sep 17 00:00:00 2001 From: AndrewKahr <22359829+AndrewKahr@users.noreply.github.com> Date: Tue, 1 Feb 2022 15:41:51 -0800 Subject: [PATCH] Update .github/workflows/mac-build-tests.yml Co-authored-by: Webber Takken --- .github/workflows/mac-build-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-build-tests.yml b/.github/workflows/mac-build-tests.yml index c4307cff..3268116d 100644 --- a/.github/workflows/mac-build-tests.yml +++ b/.github/workflows/mac-build-tests.yml @@ -61,8 +61,8 @@ jobs: unityVersion: ${{ matrix.unityVersion }} targetPlatform: ${{ matrix.targetPlatform }} customParameters: -profile SomeProfile -someBoolean -someValue exampleValue + # We use dirty build because we are replacing the default project settings file above allowDirtyBuild: true - # We use dirty build because we are replacing the default project settings file above ########################### # Upload #