Skip to content

Commit b115d45

Browse files
authored
chore: fix test coverage upload (#200)
1 parent 7b8fad5 commit b115d45

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
@@ -36,7 +36,7 @@ jobs:
3636
os=${{ matrix.os }}
3737
node=${{ matrix.node-version }}
3838
echo "::set-output name=os::${os/-latest/}"
39-
echo "::set-output name=node::node_${node//./}"
39+
echo "::set-output name=node::node_${node//[.*]/}"
4040
shell: bash
4141
- uses: codecov/codecov-action@v1
4242
with:

0 commit comments

Comments
 (0)