mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
Merge pull request #1282 from MODSetter/dev
fix: remove unnecessary publisherName from Windows signing command
This commit is contained in:
commit
1213535fc3
1 changed files with 0 additions and 1 deletions
1
.github/workflows/desktop-release.yml
vendored
1
.github/workflows/desktop-release.yml
vendored
|
|
@ -130,7 +130,6 @@ jobs:
|
||||||
-c.extraMetadata.version="${{ steps.version.outputs.VERSION }}")
|
-c.extraMetadata.version="${{ steps.version.outputs.VERSION }}")
|
||||||
|
|
||||||
if [ "${{ steps.sign.outputs.enabled }}" = "true" ]; then
|
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.publisherName="$WINDOWS_PUBLISHER_NAME")
|
||||||
CMD+=(-c.win.azureSignOptions.endpoint="$AZURE_CODESIGN_ENDPOINT")
|
CMD+=(-c.win.azureSignOptions.endpoint="$AZURE_CODESIGN_ENDPOINT")
|
||||||
CMD+=(-c.win.azureSignOptions.codeSigningAccountName="$AZURE_CODESIGN_ACCOUNT")
|
CMD+=(-c.win.azureSignOptions.codeSigningAccountName="$AZURE_CODESIGN_ACCOUNT")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue