Add -nographics to see if it solves windows builds

This commit is contained in:
Gabriel Le Breton 2020-10-08 16:10:12 -04:00
parent e65839d130
commit 9f0672b9e4

View File

@ -47,7 +47,7 @@ jobs:
projectPath: ${{ matrix.projectPath }} projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }} unityVersion: ${{ matrix.unityVersion }}
targetPlatform: ${{ matrix.targetPlatform }} targetPlatform: ${{ matrix.targetPlatform }}
# customParameters: '-myParameter myValue -myBoolean -ThirdParameter andItsValue' customParameters: '-nographics'
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v1
with: with:
name: Build name: Build