Skip to content

Commit 53c3dd8

Browse files
committed
fix: artifact name conflict
1 parent 8a98f9c commit 53c3dd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-tests-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
###########################
8282
- uses: actions/upload-artifact@v4
8383
with:
84-
name: Build ${{ matrix.targetPlatform }} on MacOS (${{ matrix.unityVersion }})
84+
name: Build ${{ matrix.targetPlatform }} on MacOS (${{ matrix.unityVersion }})${{ matrix.buildProfile && ' With Build Profile' || '' }}
8585
path: build
8686
retention-days: 14

.github/workflows/build-tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@ jobs:
146146
###########################
147147
- uses: actions/upload-artifact@v4
148148
with:
149-
name: Build ${{ matrix.targetPlatform }} on Windows (${{ matrix.unityVersion }})${{ matrix.enableGpu && ' With GPU' || '' }}
149+
name: Build ${{ matrix.targetPlatform }} on Windows (${{ matrix.unityVersion }})${{ matrix.enableGpu && ' With GPU' || '' }}${{ matrix.buildProfile && ' With Build Profile' || '' }}
150150
path: build
151151
retention-days: 14

0 commit comments

Comments
 (0)