Skip to content

Commit 5f74f12

Browse files
committed
Fix artifact name
1 parent 4764b3d commit 5f74f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
if: always()
153153
uses: actions/upload-artifact@v5
154154
with:
155-
name: Test results for OS ${{ runner.os }} | pixi-env -${{ matrix.pixi-env }}
155+
name: Test results for OS ${{ runner.os }} pixi-env -${{ matrix.pixi-env }}
156156
path: pytest.xml
157157

158158
- name: Upload code coverage to Codecov

0 commit comments

Comments
 (0)