Skip to content

Commit 77f02ae

Browse files
committed
Fix delimiter
1 parent 8ffd1c0 commit 77f02ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
id: coverage_files
407407
if: ${{ matrix.coverage }}
408408
run: |
409-
FILES=$(find "$GITHUB_WORKSPACE/build/logs" -path '*.*' | paste -s -d="," -)
409+
FILES=$(find "$GITHUB_WORKSPACE/build/logs" -path '*.*' | paste -s -d "," -)
410410
echo "files=$FILES" >> $GITHUB_OUTPUT
411411
412412
- name: Upload code coverage report

0 commit comments

Comments
 (0)