Skip to content

Commit c5e74d6

Browse files
committed
ci: Fix patch path
1 parent 728877a commit c5e74d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
uses: actions/upload-artifact@v3
9898
if: failure()
9999
with:
100-
name: "python-${{ matrix.python }}-pybind-${{ matrix.pybind11-branch }}.patch"
101-
path: "./tests/stubs/python-${{ matrix.python }}/pybind11-${{ matrix.pybind11-branch }}.patch"
100+
name: "python-${{ matrix.python }}-pybind-${{ matrix.pybind11-branch }}-${{ matrix.numpy-format }}.patch"
101+
path: "./tests/stubs/python-${{ matrix.python }}/pybind11-${{ matrix.pybind11-branch }}/${{ matrix.numpy-format }}.patch"
102102
retention-days: 30
103103
if-no-files-found: ignore
104104

0 commit comments

Comments
 (0)