From f63df5a67e958537a457c00befbe65cf974bceb6 Mon Sep 17 00:00:00 2001 From: Kirill Artemov Date: Sat, 17 May 2025 17:40:42 +0200 Subject: [PATCH] Append With GPU to build name --- .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 8703aba1..404ac88b 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 }}) + name: Build ${{ matrix.targetPlatform }} on Windows (${{ matrix.unityVersion }})(${{ matrix.enableGpu == 'true' && ' With GPU' || '' }}) path: build retention-days: 14