We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9aec7 commit dd86d83Copy full SHA for dd86d83
.github/workflows/sign.yml
@@ -85,7 +85,7 @@ jobs:
85
shell: pwsh
86
run: |
87
$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
+ ./nuget-cert-extractor --file $nupkg --output certificates --code-signing --author --leaf
89
90
- name: artifact
91
uses: actions/upload-artifact@v5
0 commit comments