We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92544f7 commit 8f9aec7Copy full SHA for 8f9aec7
.github/workflows/sign.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: extract certificate
85
shell: pwsh
86
run: |
87
- $nupkg = Get-ChildItem -Path '${{ inputs.working-directory }}\artifacts' -Filter '*.nupkg' | Select-Object -First 1
+ $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
89
90
- name: artifact
0 commit comments