mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Fix expression
This commit is contained in:
parent
f63df5a67e
commit
cf13c59c10
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
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
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
|
path: build
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
Loading…
Reference in New Issue
Block a user