Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 0e4f4fb

Browse files
authored
chore: fix test coverage upload (#432)
1 parent 426ab5e commit 0e4f4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
os=${{ matrix.os }}
4343
node=${{ matrix.node-version }}
4444
echo "::set-output name=os::${os/-latest/}"
45-
echo "::set-output name=node::node_${node//./}"
45+
echo "::set-output name=node::node_${node//[.*]/}"
4646
shell: bash
4747
- uses: codecov/codecov-action@v1
4848
with:

0 commit comments

Comments
 (0)