Skip to content

Commit 1213535

Browse files
authored
Merge pull request #1282 from MODSetter/dev
fix: remove unnecessary publisherName from Windows signing command
2 parents 27d081a + e3a1cc1 commit 1213535

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/desktop-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ jobs:
130130
-c.extraMetadata.version="${{ steps.version.outputs.VERSION }}")
131131
132132
if [ "${{ steps.sign.outputs.enabled }}" = "true" ]; then
133-
CMD+=(-c.win.publisherName="$WINDOWS_PUBLISHER_NAME")
134133
CMD+=(-c.win.azureSignOptions.publisherName="$WINDOWS_PUBLISHER_NAME")
135134
CMD+=(-c.win.azureSignOptions.endpoint="$AZURE_CODESIGN_ENDPOINT")
136135
CMD+=(-c.win.azureSignOptions.codeSigningAccountName="$AZURE_CODESIGN_ACCOUNT")

0 commit comments

Comments
 (0)