Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
try fix bug
  • Loading branch information
stonebig committed Mar 28, 2026
commit 96264a0f13cf8f5ba1bf869214714559b10ad3c6
2 changes: 1 addition & 1 deletion .github/workflows/github_workflows_build-2026_02.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
$detected_arch = if ($env:PYTHON_VERSIONF -like '*F') { '64F' } else { '64' }

$WINPYVER2 = $env:WINPYVER2
$BUILD_LOCATION = "WPy64-" + ($WINPYVER2 -replace '\\.', '')
$BUILD_LOCATION = "WPy64-" + ($WINPYVER2 -replace '[.]', "")
Add-Content -Path $env:GITHUB_ENV -Value "build_location=$BUILD_LOCATION"

# check consistency of parametrizing:
Expand Down