Added no graphics.
This commit is contained in:
4
.github/workflows/builds/unity.yaml
vendored
4
.github/workflows/builds/unity.yaml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
email: ${{ env.UNITY_USERNAME }}
|
email: ${{ env.UNITY_USERNAME }}
|
||||||
password: ${{ env.UNITY_PASSWORD }}
|
password: ${{ env.UNITY_PASSWORD }}
|
||||||
executeMethod: ${{ matrix.platform.method }}
|
executeMethod: ${{ matrix.platform.method }}
|
||||||
noGraphics: true
|
noGraphics: ${{ env.NO_GRAPHICS }}
|
||||||
artifactSuffix: ${{ matrix.platform.suffix || matrix.platform.os }}
|
artifactSuffix: ${{ matrix.platform.suffix || matrix.platform.os }}
|
||||||
compression-level: 9
|
compression-level: 9
|
||||||
|
|
||||||
@@ -72,6 +72,6 @@ jobs:
|
|||||||
email: ${{ env.UNITY_USERNAME }}
|
email: ${{ env.UNITY_USERNAME }}
|
||||||
password: ${{ env.UNITY_PASSWORD }}
|
password: ${{ env.UNITY_PASSWORD }}
|
||||||
executeMethod: ${{ matrix.platform.method }}
|
executeMethod: ${{ matrix.platform.method }}
|
||||||
noGraphics: true
|
noGraphics: ${{ env.NO_GRAPHICS }}
|
||||||
artifactSuffix: ${{ matrix.platform.suffix || matrix.platform.os }}
|
artifactSuffix: ${{ matrix.platform.suffix || matrix.platform.os }}
|
||||||
compression-level: 9
|
compression-level: 9
|
||||||
|
|||||||
Reference in New Issue
Block a user