diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index 21ccfcdbd1..5316249fd5 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -112,7 +112,8 @@ jobs: shell: pwsh run: | #$basePath = "$env:LOCALAPPDATA\TrustedSigning\Microsoft.Windows.SDK.BuildTools" - $basePath = "$env:LOCALAPPDATA" + #$basePath = "$env:LOCALAPPDATA" + $basePath = "$env:ProgramFiles(x86)" # Find the latest versioned directory $latestVersionDir = Get-ChildItem -Path $basePath -Directory | Sort-Object Name -Descending | Select-Object -First 1