Skip to content

Commit 967d6c4

Browse files
committed
Fixed duplicate artifact names across matrices in CI
1 parent f3eb903 commit 967d6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
uses: actions/upload-artifact@v4
203203
if: ${{ (env.ENABLE_DIAGNOSTICS == 'true' || env.COREHOST_TRACE != '') && always() }}
204204
with:
205-
name: build-logs
205+
name: build-logs-${{ matrix.platform }}
206206
path: ./**/*.*log
207207

208208
- name: Artifact - ILC Repro

0 commit comments

Comments
 (0)