Skip to content

Commit f980311

Browse files
committed
Update .NET SDK
1 parent f1a4134 commit f980311

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
@@ -95,7 +95,7 @@ jobs:
9595
license: '${{ secrets.REPORTGENERATOR_LICENSE }}'
9696

9797
- name: 'Publish coverage summary'
98-
run: $env:GITHUB_STEP_SUMMARY = $env:GITHUB_STEP_SUMMARY = type .\src\target\reports\coverage\SummaryGithub.md
98+
run: $env:GITHUB_STEP_SUMMARY = type .\src\target\reports\coverage\SummaryGithub.md
9999

100100
- name: 'Publish code coverage results'
101101
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)