From cf13c59c10a76400327565c12dd5b28745753ee2 Mon Sep 17 00:00:00 2001 From: Kirill Artemov Date: Sat, 17 May 2025 18:10:54 +0200 Subject: [PATCH] Fix expression --- .github/workflows/build-tests-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tests-windows.yml b/.github/workflows/build-tests-windows.yml index 404ac88b..c0c5de19 100644 --- a/.github/workflows/build-tests-windows.yml +++ b/.github/workflows/build-tests-windows.yml @@ -140,6 +140,6 @@ jobs: ########################### - uses: actions/upload-artifact@v4 with: - name: Build ${{ matrix.targetPlatform }} on Windows (${{ matrix.unityVersion }})(${{ matrix.enableGpu == 'true' && ' With GPU' || '' }}) + name: Build ${{ matrix.targetPlatform }} on Windows (${{ matrix.unityVersion }})${{ matrix.enableGpu && ' With GPU' || '' }} path: build retention-days: 14