Skip to content

Commit d9e6ec4

Browse files
committed
fix report upload name
1 parent c942f0b commit d9e6ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
- name: Upload Results
191191
uses: actions/upload-artifact@v4
192192
with:
193-
name: ${{ matrix.package }} reports
193+
name: test-reports
194194
path: |
195195
${{ github.workspace }}/packages/**/mutation.json
196196
${{ github.workspace }}/packages/**/mutation.html

0 commit comments

Comments
 (0)