We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557117b commit 7ebbb6fCopy full SHA for 7ebbb6f
.github/workflows/release-windows.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: build
28
run: |
29
MSBuild.exe slang.sln -v:m -m -property:Configuration=${{matrix.configuration}} -property:Platform=${{matrix.platform}} -property:WindowsTargetPlatformVersion=10.0.19041.0
30
- if (${{matrix.platform}} -eq "x64")
+ if ("${{matrix.platform}}" -eq "x64")
31
{
32
$slangDeployPlatform = "win64"
33
}
0 commit comments