From fc45b62c1b84b935c47f31066c37a9c6960066e8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Tue, 21 Apr 2026 02:05:07 -0700 Subject: [PATCH] fix: remove unnecessary publisherName from Windows signing command in desktop release workflow --- .github/workflows/desktop-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index de8e327dd..962b3b2c2 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -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")