Skip to content

Commit 96264a0

Browse files
committed
try fix bug
1 parent df994d8 commit 96264a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github_workflows_build-2026_02.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
$detected_arch = if ($env:PYTHON_VERSIONF -like '*F') { '64F' } else { '64' }
114114
115115
$WINPYVER2 = $env:WINPYVER2
116-
$BUILD_LOCATION = "WPy64-" + ($WINPYVER2 -replace '\\.', '')
116+
$BUILD_LOCATION = "WPy64-" + ($WINPYVER2 -replace '[.]', "")
117117
Add-Content -Path $env:GITHUB_ENV -Value "build_location=$BUILD_LOCATION"
118118
119119
# check consistency of parametrizing:

0 commit comments

Comments
 (0)