Skip to content

Commit 9aa7bd1

Browse files
authored
Merge pull request #542 from CommunityToolkit/fix/ci/artifact-duplication
Fixed duplicate artifact names across matrices in CI
2 parents b223286 + 139d699 commit 9aa7bd1

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
@@ -200,7 +200,7 @@ jobs:
200200
uses: actions/upload-artifact@v4
201201
if: ${{ (env.ENABLE_DIAGNOSTICS == 'true' || env.COREHOST_TRACE != '') && always() }}
202202
with:
203-
name: build-logs
203+
name: build-logs-${{ matrix.platform }}
204204
path: ./**/*.*log
205205

206206
- name: Artifact - ILC Repro

0 commit comments

Comments
 (0)