8000 Upload result_images on failures. · matplotlib/mplcairo@a1f5c5d · GitHub
[go: up one dir, main page]

Skip to content

Commit a1f5c5d

Browse files
committed
Upload result_images on failures.
1 parent ea41b9d commit a1f5c5d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,10 @@ jobs:
6969
- uses: actions/upload-artifact@v2
7070
with:
7171
name: wheels
72-
path: dist/*.whl
72+
path: dist/
7373
if: ${{ always() }}
74+
- uses: actions/upload-artifact@v2
75+
with:
76+
name: result_images-${{ matrix.os }}-py${{ matrix.python-version }}
77+
path: result_images/
78+
if: ${{ failure() }}

0 commit comments

Comments
 (0)
0