Skip to content

Commit e2bd023

Browse files
Copilot0xrinegade
andcommitted
Fix PowerShell syntax error: add missing newline terminator in metadata string
Co-authored-by: 0xrinegade <[email protected]>
1 parent 92534d9 commit e2bd023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
$metadata += "2. Portable (.exe): Extract and run directly`n"
103103
$metadata += "3. MSI Package (.msi): Use Windows Installer`n`n"
104104
$metadata += "Distribution Ready: Yes`n"
105-
$metadata += "Digitally Signed: No (requires code signing certificate)"
105+
$metadata += "Digitally Signed: No (requires code signing certificate)`n"
106106
107107
$metadata | Out-File -FilePath "native-builds/windows/windows-build-metadata.txt" -Encoding UTF8
108108
shell: powershell

0 commit comments

Comments
 (0)