Skip to content

Commit 8ffd1c0

Browse files
committed
No multiline
1 parent 6f5497a commit 8ffd1c0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/reusable-testing.yml

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

0 commit comments

Comments
 (0)