From 788a53f296fe8a407fd5902cb80c7aa136a8777a Mon Sep 17 00:00:00 2001 From: Thiago Silva Date: Thu, 1 Jun 2023 14:57:25 -0300 Subject: [PATCH] Remove the call for signing.ps1 on Windows builds --- ci/actions/windows/build.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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