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 ebd8b24 commit 7bbccfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
Compress-Archive @compress
$releaseArgs = @{
Version = ${{ env.commit_ver }}
TargetCommitish = ${{ GITHUB.SHA }}
Version = "${{ env.commit_ver }}"
TargetCommitish = "${{ GITHUB.SHA }}"
Title = "${{ env.commit_ver }}"
ReleaseNotesFile = "hash.md"
}
Expand Down

0 comments on commit 7bbccfd

Please sign in to comment.