fix(ci): correct indentation in release workflow logging

- Adjusted the indentation for logging statements in the release.yml workflow to ensure proper execution and readability.
- This change maintains consistency in the workflow configuration and enhances clarity in the script.

Benefits:
- Improves the clarity of the workflow script, reducing potential errors during CI execution.
This commit is contained in:
scawful
2025-10-15 16:19:00 -04:00
parent dbc4dd2732
commit 551b1e5d5a

View File

@@ -199,8 +199,8 @@ jobs:
"VCPKG_ROOT=$($vcpkgRoot -replace '\\', '/')" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append "VCPKG_ROOT=$($vcpkgRoot -replace '\\', '/')" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
"CMAKE_TOOLCHAIN_FILE=$normalizedToolchain" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append "CMAKE_TOOLCHAIN_FILE=$normalizedToolchain" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
Write-Host "Persisted VCPKG_ROOT=$vcpkgRoot" Write-Host "Persisted VCPKG_ROOT=$vcpkgRoot"
Write-Host "Persisted CMAKE_TOOLCHAIN_FILE=$normalizedToolchain" Write-Host "Persisted CMAKE_TOOLCHAIN_FILE=$normalizedToolchain"
- name: "Prefetch MSYS runtime (Windows)" - name: "Prefetch MSYS runtime (Windows)"
if: runner.os == 'Windows' if: runner.os == 'Windows'