Skip to content

Commit

Permalink
release: drop no longer required sign.exe options
Browse files Browse the repository at this point in the history
Drop the `-d` and `-u` options from the sign.exe CLI; they are no longer
required.
  • Loading branch information
mjcheetham committed Jul 2, 2024
1 parent 5c6d808 commit ddba796
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,7 @@ jobs:
sign.exe code trusted-signing payload/* `
-tse https://wus2.codesigning.azure.net/ `
-tsa git-fundamentals-signing `
-tscp git-fundamentals-windows-signing `
-d "Git Fundamentals Windows Signing Certificate" `
-u "https://github.com/git-ecosystem/git-credential-manager"
-tscp git-fundamentals-windows-signing
- name: Lay out signed payload, images, and symbols
shell: bash
Expand Down Expand Up @@ -436,9 +434,7 @@ jobs:
sign.exe code trusted-signing nupkg/* `
-tse https://wus2.codesigning.azure.net/ `
-tsa git-fundamentals-signing `
-tscp git-fundamentals-windows-signing `
-d "Git Fundamentals Windows Signing Certificate" `
-u "https://github.com/git-ecosystem/git-credential-manager"
-tscp git-fundamentals-windows-signing
mv nupkg/* .
Expand Down

0 comments on commit ddba796

Please sign in to comment.