diff --git a/.github/workflows/build_win.yml b/.github/workflows/build_win.yml index e76a8c97c3..3c82d62faf 100644 --- a/.github/workflows/build_win.yml +++ b/.github/workflows/build_win.yml @@ -91,7 +91,7 @@ jobs: $OUTPUT_DIR = "$env:USERPROFILE\output" New-Item -ItemType Directory -Force -Path $OUTPUT_DIR - if (${{ matrix.python }} -eq '3.9.11') { + if ("${{ matrix.python }}" -eq "3.9.11") { # only for the first python version the executables are assembled for upload cd _installed-vs2019-x64/bin Get-ChildItem -Path . | ForEach-Object {