Skip to content

Commit 0351211

Browse files
committed
signing cleanup
1 parent 172efaa commit 0351211

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/scripts/release/sign-windows.ps1

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -250,21 +250,6 @@ function Patch-Binaries {
250250
Write-Host "All Windows binaries patched with resources"
251251
}
252252

253-
function Save-Credentials {
254-
Write-Host "Saving credentials to Windows Credential Manager..."
255-
256-
Write-Host "SM_API_KEY length: $($env:SM_API_KEY.Length), SM_CLIENT_CERT_PASSWORD length: $($env:SM_CLIENT_CERT_PASSWORD.Length)"
257-
258-
& smctl.exe credentials save --% "%SM_API_KEY%" "%SM_CLIENT_CERT_PASSWORD%"
259-
260-
if ($LASTEXITCODE -ne 0) {
261-
Write-Error "Failed to save credentials (exit code: $LASTEXITCODE)"
262-
exit 1
263-
}
264-
265-
Write-Host "Credentials saved to Windows Credential Manager"
266-
}
267-
268253
function Invoke-Healthcheck {
269254
Write-Host "Running smctl healthcheck..."
270255

0 commit comments

Comments
 (0)