Skip to content

Commit 1fe1082

Browse files
committed
(CommunityToolkit#364) Corrected casing on the summary file.
1 parent 7b615d5 commit 1fe1082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Add code coverage summary to job
103103
if: always()
104-
run: cat "${{ github.workspace }}/TestResults/SummaryGitHub.md" >> $GITHUB_STEP_SUMMARY
104+
run: cat "${{ github.workspace }}/TestResults/SummaryGithub.md" >> $GITHUB_STEP_SUMMARY
105105

106106
- name: Upload code coverage reports
107107
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)