fix: remove unnecessary publisherName from Windows signing command in desktop release workflow

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-04-21 02:05:07 -07:00
parent 3f30b12bd4
commit fc45b62c1b

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")