Skip to content

Commit 0e00d7c

Browse files
committed
ci: correct with matrix variable
1 parent ccfb93e commit 0e00d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ jobs:
6363
- uses: actions/upload-artifact@v4
6464
if: failure()
6565
with:
66-
name: logs-${{ python-version }}
66+
name: logs-${{ matrix.python-version }}
6767
path: logs.zip

0 commit comments

Comments
 (0)