From 2e7c16fccd0aaa17a9286f919d4a0253f2e5f2eb Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Wed, 18 Mar 2026 14:41:41 -0500 Subject: [PATCH] Build: Update sign tool installation command in workflow Cannot pin to a specific version since it is perpetually a "pre-release". --- .github/workflows/build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index de20386191..d89acebb86 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -202,7 +202,7 @@ jobs: if: runner.os == 'Windows' run: | # NOTE: The sign tool is ONLY available as a prerelease package, they never issue real releases. - dotnet tool install --global --prerelease sign --version 0.9.1-beta.26127.1 + dotnet tool install --global --prerelease sign echo "$env:USERPROFILE\.dotnet\tools" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append dotnet --info sign --version