Skip to content

Commit 248f499

Browse files
authored
Fix path
See: actions/runner#2058
1 parent 613817c commit 248f499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
if: matrix.config.coverage
100100
uses: coverallsapp/github-action@main
101101
with:
102-
file: ${{runner.workspace}}/optional/.build/coverage.json
102+
file: ${{ GITHUB_WORKSPACE }}/optional/.build/coverage.json
103103
github-token: ${{ secrets.GITHUB_TOKEN }}
104104

105105
create-issue-when-fault:

0 commit comments

Comments
 (0)