Skip to content

Commit

Permalink
Remove the call for signing.ps1 on Windows builds (#4245)
Browse files Browse the repository at this point in the history
  • Loading branch information
thsfs authored and clemahieu committed Jun 2, 2023
1 parent 53c807c commit eae9dab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/actions/windows/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eae9dab

Please # to comment.