Skip to content

Commit 25ee6aa

Browse files
authored
Update main.yml
1 parent 4c1778b commit 25ee6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
name: MimeKit.${{ steps.semantic_version.outputs.version_num }}.${{ github.run_number }}-${{ matrix.os }}-${{ matrix.build-configuration }}-TestResults.xml
109109
path: TestResult.xml
110110

111-
- if: ${{ env.GENERATE_CODE_COVERAGE == 'yes' }}
111+
- if: ${{ env.GENERATE_CODE_COVERAGE == 'true' }}
112112
name: Upload code coverage data to coveralls.io
113113
id: upload_to_coveralls
114114
run: |

0 commit comments

Comments
 (0)