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.
2 parents 27d081a + e3a1cc1 commit 1213535Copy full SHA for 1213535
1 file changed
.github/workflows/desktop-release.yml
@@ -130,7 +130,6 @@ jobs:
130
-c.extraMetadata.version="${{ steps.version.outputs.VERSION }}")
131
132
if [ "${{ steps.sign.outputs.enabled }}" = "true" ]; then
133
- CMD+=(-c.win.publisherName="$WINDOWS_PUBLISHER_NAME")
134
CMD+=(-c.win.azureSignOptions.publisherName="$WINDOWS_PUBLISHER_NAME")
135
CMD+=(-c.win.azureSignOptions.endpoint="$AZURE_CODESIGN_ENDPOINT")
136
CMD+=(-c.win.azureSignOptions.codeSigningAccountName="$AZURE_CODESIGN_ACCOUNT")
0 commit comments