From af5c4a0210411cb17e56a77c713515e488d34710 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sun, 8 Dec 2024 19:09:15 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 553d381afb..5202ddbcc4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: name: MailKit.${{ 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 shell: pwsh