From 96264a0f13cf8f5ba1bf869214714559b10ad3c6 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sat, 28 Mar 2026 19:09:04 +0100 Subject: [PATCH] try fix bug --- .github/workflows/github_workflows_build-2026_02.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_workflows_build-2026_02.yml b/.github/workflows/github_workflows_build-2026_02.yml index 9789f76c..41f05328 100644 --- a/.github/workflows/github_workflows_build-2026_02.yml +++ b/.github/workflows/github_workflows_build-2026_02.yml @@ -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: