Skip to content

Commit ac4eac2

Browse files
ci: fix tox logs path
1 parent ceaf5a4 commit ac4eac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/upload-artifact@v4
7272
with:
7373
name: tox-logs-${{ matrix.runs-on }}
74-
path: tox_logs-${{ matrix.runs-on }}/*
74+
path: tox_logs/*
7575
include-hidden-files: true
7676
overwrite: true
7777

0 commit comments

Comments
 (0)