We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082a5e3 commit 122a618Copy full SHA for 122a618
1 file changed
.github/workflows/ci.yaml
@@ -68,7 +68,7 @@ jobs:
68
- name: Archive
69
uses: actions/upload-artifact@v4
70
with:
71
- name: test-coverage
+ name: test-coverage-${{ matrix.package_type.name }}
72
path: /coverage/coverage-${{ matrix.package_type.name }}.txt
73
74
build:
0 commit comments