Skip to content

Commit

Permalink
Fixed duplicate artifact names across matrices in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Apr 30, 2024
1 parent f3eb903 commit 967d6c4
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 @@ -202,7 +202,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 967d6c4

Please sign in to comment.