From fc76da278e08074f94232266d15a36af84606286 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Sat, 21 Feb 2026 13:55:46 +0100 Subject: [PATCH] Fix the certificate download link --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d3dd1db7..93a899ea5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -173,7 +173,7 @@ jobs: 'To release the NuGet package, upload the signing certificate to NuGet Gallery via Account Settings: . ' >> $env:GITHUB_STEP_SUMMARY 'See the `certificate` artifact for the signing certificate file.' >> $env:GITHUB_STEP_SUMMARY '' >> $env:GITHUB_STEP_SUMMARY - 'Download the [certiticate file]($certUrl).' >> $env:GITHUB_STEP_SUMMARY + "Download the [certiticate file]($certUrl)." >> $env:GITHUB_STEP_SUMMARY '' >> $env:GITHUB_STEP_SUMMARY 'Approve the `publish` job deployment to the `nuget-gallery` environment when the certificate was added to NuGet Gallery.' >> $env:GITHUB_STEP_SUMMARY