Skip to content

Commit d8c0e1b

Browse files
Bouncheckavelanarius
authored andcommitted
Fix typo in workflow configuration
Currently CCM logs are not being uploaded due to a typo in directory. This should take care of that.
1 parent 53f0167 commit d8c0e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
if: ${{ failure() }}
161161
with:
162162
name: ccm-logs-cassandra-${{ matrix.cassandra-version }}
163-
path: /tmp/*-0/ccm*/node*/logs/*
163+
path: /tmp/ccm*/ccm*/node*/logs/*
164164

165165
scylla-integration-tests:
166166
name: Scylla ITs

0 commit comments

Comments
 (0)