This commit is contained in:
Thomas Krijnen
2024-11-22 14:00:30 +01:00
parent 091ed3bb8d
commit 352a2e2eb8
+1 -1
View File
@@ -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 {