mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Append With GPU to build name
This commit is contained in:
parent
657c72934a
commit
f63df5a67e
2
.github/workflows/build-tests-windows.yml
vendored
2
.github/workflows/build-tests-windows.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user