From 05801bb796562b46a5501af30b9acf47a36a23ad Mon Sep 17 00:00:00 2001 From: Scion Date: Fri, 11 Jul 2025 23:57:48 -0700 Subject: [PATCH] Added no graphics. --- .github/workflows/builds/unity.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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