Skip to content

Commit

Permalink
Merge pull request #542 from CommunityToolkit/fix/ci/artifact-duplica…
Browse files Browse the repository at this point in the history
…tion

Fixed duplicate artifact names across matrices in CI
  • Loading branch information
Arlodotexe authored Apr 30, 2024
2 parents b223286 + 139d699 commit 9aa7bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
uses: actions/upload-artifact@v4
if: ${{ (env.ENABLE_DIAGNOSTICS == 'true' || env.COREHOST_TRACE != '') && always() }}
with:
name: build-logs
name: build-logs-${{ matrix.platform }}
path: ./**/*.*log

- name: Artifact - ILC Repro
Expand Down

0 comments on commit 9aa7bd1

Please sign in to comment.