Skip to content

Commit 912a23b

Browse files
committed
Use dotnet tool run instead.
1 parent 1065b7c commit 912a23b

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
@@ -43,7 +43,7 @@ runs:
4343
if: steps.should_sign.outputs.should_sign == 'true'
4444
shell: pwsh
4545
run: |
46-
dotnet sign code trusted-signing `
46+
dotnet tool run sign code trusted-signing `
4747
--trusted-signing-account ImageMagick `
4848
--trusted-signing-certificate-profile ImageMagick `
4949
--trusted-signing-endpoint https://eus.codesigning.azure.net `

0 commit comments

Comments
 (0)