diff --git a/.github/workflows/builds/unity.yaml b/.github/workflows/builds/unity.yaml index c004178..c2165c7 100644 --- a/.github/workflows/builds/unity.yaml +++ b/.github/workflows/builds/unity.yaml @@ -45,7 +45,7 @@ jobs: email: ${{ env.UNITY_USERNAME }} password: ${{ env.UNITY_PASSWORD }} executeMethod: ${{ matrix.platform.method }} - noGraphics: true + noGraphics: ${{ env.NO_GRAPHICS }} artifactSuffix: ${{ matrix.platform.suffix || matrix.platform.os }} compression-level: 9 @@ -72,6 +72,6 @@ jobs: email: ${{ env.UNITY_USERNAME }} password: ${{ env.UNITY_PASSWORD }} executeMethod: ${{ matrix.platform.method }} - noGraphics: true + noGraphics: ${{ env.NO_GRAPHICS }} artifactSuffix: ${{ matrix.platform.suffix || matrix.platform.os }} compression-level: 9