Skip to content

Commit 122a618

Browse files
committed
Fix: Create unique archive name for test coverage
1 parent 082a5e3 commit 122a618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Archive
6969
uses: actions/upload-artifact@v4
7070
with:
71-
name: test-coverage
71+
name: test-coverage-${{ matrix.package_type.name }}
7272
path: /coverage/coverage-${{ matrix.package_type.name }}.txt
7373

7474
build:

0 commit comments

Comments
 (0)