Skip to content

Commit 3b632e9

Browse files
authored
Merge pull request winpython#1999 from stonebig/master
try fix bug
2 parents cc94a63 + 96264a0 commit 3b632e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)