Skip to content

Commit 6856840

Browse files
committed
Use the new certificate profile name.
1 parent 708d825 commit 6856840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/code-signing/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
dotnet tool run sign code trusted-signing `
6060
--base-directory ${{ inputs.directory }} `
6161
--trusted-signing-account ImageMagick `
62-
--trusted-signing-certificate-profile ImageMagick `
62+
--trusted-signing-certificate-profile ImageMagick2028 `
6363
--trusted-signing-endpoint https://eus.codesigning.azure.net `
6464
--azure-credential-type azure-cli `
6565
--verbosity information `

0 commit comments

Comments
 (0)