Merge pull request #1282 from MODSetter/dev

fix: remove unnecessary publisherName from Windows signing command
This commit is contained in:
Rohan Verma 2026-04-21 02:05:52 -07:00 committed by GitHub
commit 1213535fc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,7 +130,6 @@ jobs:
-c.extraMetadata.version="${{ steps.version.outputs.VERSION }}")
if [ "${{ steps.sign.outputs.enabled }}" = "true" ]; then
CMD+=(-c.win.publisherName="$WINDOWS_PUBLISHER_NAME")
CMD+=(-c.win.azureSignOptions.publisherName="$WINDOWS_PUBLISHER_NAME")
CMD+=(-c.win.azureSignOptions.endpoint="$AZURE_CODESIGN_ENDPOINT")
CMD+=(-c.win.azureSignOptions.codeSigningAccountName="$AZURE_CODESIGN_ACCOUNT")