Skip to content

Commit 7ebbb6f

Browse files
committed
fix release script
1 parent 557117b commit 7ebbb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: build
2828
run: |
2929
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")
30+
if ("${{matrix.platform}}" -eq "x64")
3131
{
3232
$slangDeployPlatform = "win64"
3333
}

0 commit comments

Comments
 (0)