Skip to content

Commit 44cec70

Browse files
committed
remove space
1 parent 3b47b6b commit 44cec70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Upload coverage results
4646
uses: actions/upload-artifact@v4
4747
with:
48-
name: coverage-artifact-${{ matrix.option }}-${{ matrix.python }}
48+
name: coverage-artifact-${{ matrix.option }}-${{ matrix.python }}
4949
path: .coverage${{ matrix.option }}-${{ matrix.python }}
5050

5151
report-coverage:

0 commit comments

Comments
 (0)