Skip to content

Commit e9c6eef

Browse files
committed
Fix workflow
1 parent 61f8977 commit e9c6eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ jobs:
139139
- uses: actions/upload-artifact@v4
140140
with:
141141
name: coverage_without_pyyaml
142-
path: ./coverage_without_pyyaml
142+
path: ./coverage_without_pyyaml.xml
143143
- uses: actions/upload-artifact@v4
144144
with:
145145
name: junit_without_pyyaml
146-
path: ./junit_without_pyyaml
146+
path: ./junit_without_pyyaml.xml
147147

148148
build-package:
149149
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)