Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 9fad6c0

Browse files
authored
chore: fix test coverage upload (#74)
1 parent 2bfc644 commit 9fad6c0

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
@@ -41,7 +41,7 @@ jobs:
4141
os=${{ matrix.os }}
4242
node=${{ matrix.node-version }}
4343
echo "::set-output name=os::${os/-latest/}"
44-
echo "::set-output name=node::node_${node//./}"
44+
echo "::set-output name=node::node_${node//[.*]/}"
4545
shell: bash
4646
- uses: codecov/codecov-action@v1
4747
with:

0 commit comments

Comments
 (0)