From 352a2e2eb89f9f95bf4e7c4f1842a900b8baf7b5 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 22 Nov 2024 14:00:30 +0100 Subject: [PATCH] Quotes --- .github/workflows/build_win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {