diff --git a/ci/actions/windows/build.ps1 b/ci/actions/windows/build.ps1 index 72ba92fe82..b984534ea3 100644 --- a/ci/actions/windows/build.ps1 +++ b/ci/actions/windows/build.ps1 @@ -55,6 +55,7 @@ if (${LastExitCode} -ne 0) { throw "Failed to build ${env:RUN}" } -. "$PSScriptRoot\signing.ps1" +# TODO: fix the signing script. +#. "$PSScriptRoot\signing.ps1" Pop-Location