Skip to content

Commit

Permalink
testing: change base path
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Feb 28, 2025
1 parent afa37c2 commit 8acfa8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8acfa8c

Please sign in to comment.