Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast authored Dec 9, 2024
1 parent 4c1778b commit 25ee6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
name: MimeKit.${{ steps.semantic_version.outputs.version_num }}.${{ github.run_number }}-${{ matrix.os }}-${{ matrix.build-configuration }}-TestResults.xml
path: TestResult.xml

- if: ${{ env.GENERATE_CODE_COVERAGE == 'yes' }}
- if: ${{ env.GENERATE_CODE_COVERAGE == 'true' }}
name: Upload code coverage data to coveralls.io
id: upload_to_coveralls
run: |
Expand Down

0 comments on commit 25ee6aa

Please sign in to comment.