Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Jul 7, 2024
1 parent d3c6e7a commit afe2437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
$tag = ""
echo "${{ env.BRANCH }} is main"
}
else if (${{ env.BRANCH }} -ieq "benchmark")
if (${{ env.BRANCH }} -ieq "benchmark")
{
echo "benchmark branch"
}
Expand Down

0 comments on commit afe2437

Please sign in to comment.