Skip to content

Commit dc77540

Browse files
committed
fix: correct string formatting for Windows installer asset in release notes
1 parent 5cf78d1 commit dc77540

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
$body += Section "Docs" $docs
7474
$body += Section "Other" $other
7575
$body += "### Assets"
76-
$body += "- Windows installer: `ClipStack_*_x64-setup.exe`"
76+
$body += '- Windows installer: `ClipStack_*_x64-setup.exe`'
7777
7878
$body | Set-Content -Path release-notes.md -Encoding utf8
7979

0 commit comments

Comments
 (0)