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:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user