Skip to content

Commit ddba796

Browse files
committed
release: drop no longer required sign.exe options
Drop the `-d` and `-u` options from the sign.exe CLI; they are no longer required.
1 parent 5c6d808 commit ddba796

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,7 @@ jobs:
358358
sign.exe code trusted-signing payload/* `
359359
-tse https://wus2.codesigning.azure.net/ `
360360
-tsa git-fundamentals-signing `
361-
-tscp git-fundamentals-windows-signing `
362-
-d "Git Fundamentals Windows Signing Certificate" `
363-
-u "https://github.com/git-ecosystem/git-credential-manager"
361+
-tscp git-fundamentals-windows-signing
364362
365363
- name: Lay out signed payload, images, and symbols
366364
shell: bash
@@ -436,9 +434,7 @@ jobs:
436434
sign.exe code trusted-signing nupkg/* `
437435
-tse https://wus2.codesigning.azure.net/ `
438436
-tsa git-fundamentals-signing `
439-
-tscp git-fundamentals-windows-signing `
440-
-d "Git Fundamentals Windows Signing Certificate" `
441-
-u "https://github.com/git-ecosystem/git-credential-manager"
437+
-tscp git-fundamentals-windows-signing
442438
443439
mv nupkg/* .
444440

0 commit comments

Comments
 (0)