We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92534d9 commit e2bd023Copy full SHA for e2bd023
.github/workflows/build-windows-native.yml
@@ -102,7 +102,7 @@ jobs:
102
$metadata += "2. Portable (.exe): Extract and run directly`n"
103
$metadata += "3. MSI Package (.msi): Use Windows Installer`n`n"
104
$metadata += "Distribution Ready: Yes`n"
105
- $metadata += "Digitally Signed: No (requires code signing certificate)"
+ $metadata += "Digitally Signed: No (requires code signing certificate)`n"
106
107
$metadata | Out-File -FilePath "native-builds/windows/windows-build-metadata.txt" -Encoding UTF8
108
shell: powershell
0 commit comments