From 09ea17e4a36e3043eb5ebe8c3a5368fbcdb50b1c Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Thu, 8 Oct 2020 10:08:18 -0400 Subject: [PATCH] Comment customParameter line because I don't have any --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 511a5fb..66e6bca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: projectPath: ${{ matrix.projectPath }} unityVersion: ${{ matrix.unityVersion }} targetPlatform: ${{ matrix.targetPlatform }} - customParameters: '-myParameter myValue -myBoolean -ThirdParameter andItsValue' +# customParameters: '-myParameter myValue -myBoolean -ThirdParameter andItsValue' - uses: actions/upload-artifact@v1 with: name: Build