Skip to content

Commit 9dc358b

Browse files
authored
Change artifact path to specific report file
1 parent 170872f commit 9dc358b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
uses: actions/upload-artifact@v4
4747
with:
4848
name: pytest-report-${{ matrix.python-version }}
49-
path: reports/
49+
path: reports/report.html

0 commit comments

Comments
 (0)