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 7bbccfd commit 98189e4
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 @@ -122,7 +122,7 @@ jobs:
ReleaseNotesFile = "hash.md"
}
if (${{ env.BRANCH }} -ieq "main")
if ("${{ env.BRANCH }}" -ieq "main")
{
gh release create @releaseArgs --attach "${{ env.ZIP_NAME }}.zip"
}
Expand Down

0 comments on commit 98189e4

Please sign in to comment.