From 497f197069db6f2959f1a73aeb2e7e4b7c93bbf9 Mon Sep 17 00:00:00 2001 From: Ochenstarik Date: Fri, 17 Jul 2026 09:49:50 +0700 Subject: [PATCH] Normalize Windows workflow script indentation --- .github/workflows/windows-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 1c902c0..d025952 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -32,10 +32,10 @@ jobs: - name: Build test-signed MSIX installer shell: pwsh run: | - $directory = Join-Path $env:RUNNER_TEMP 'smm-test-signing' - $password = [Convert]::ToBase64String([Security.Cryptography.RandomNumberGenerator]::GetBytes(24)) - Write-Output "::add-mask::$password" - ./build/windows/New-TestSigningCertificate.ps1 -OutputDirectory $directory -Password $password + $directory = Join-Path $env:RUNNER_TEMP 'smm-test-signing' + $password = [Convert]::ToBase64String([Security.Cryptography.RandomNumberGenerator]::GetBytes(24)) + Write-Output "::add-mask::$password" + ./build/windows/New-TestSigningCertificate.ps1 -OutputDirectory $directory -Password $password ./build/windows/Build-Installer.ps1 ` -CertificatePath (Join-Path $directory 'server-monitor-manager-test-signing.pfx') ` -CertificatePassword $password