Skip to content

Commit dd86d83

Browse files
committed
Use local tool
1 parent 8f9aec7 commit dd86d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
shell: pwsh
8686
run: |
8787
$nupkg = Get-ChildItem -Path '${{ github.workspace }}\artifacts' -Filter '*.nupkg' | Select-Object -First 1
88-
nuget-cert-extractor --file $nupkg --output certificates --code-signing --author --leaf
88+
./nuget-cert-extractor --file $nupkg --output certificates --code-signing --author --leaf
8989
9090
- name: artifact
9191
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)