Skip to content

Commit 354163d

Browse files
committed
Fix uploader
1 parent 4e121cd commit 354163d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ runs:
2121
id: meta
2222
run: |
2323
FILES=$(ls --dired | tr '\n' ' ')
24-
echo "::set-output name=files::${FILES# // /,}"
24+
FILES2="${FILES% }"
25+
echo "::set-output name=files::${FILES2// /,}"
2526
working-directory: ${{ runner.temp }}/coverage
2627
shell: bash
2728
- name: Upload coverage

0 commit comments

Comments
 (0)