We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabf6b5 commit 4c49822Copy full SHA for 4c49822
.github/workflows/signing.yml
@@ -141,7 +141,7 @@ jobs:
141
run: |
142
$certPath = "${{ runner.temp }}\certificate.pfx"
143
$nupkgPath = "${{ github.workspace }}\nupkg\*.nupkg"
144
- nuget sign -CertificatePath $certPath -CertificatePassword "$env:SIGNING_CERTIFICATE_PASSWORD" -Timestamper "$env:SIGNING_CERTIFICATE_TIMESTAMP_URL"
+ nuget sign $nupkgPath -CertificatePath $certPath -CertificatePassword "$env:SIGNING_CERTIFICATE_PASSWORD" -Timestamper "$env:SIGNING_CERTIFICATE_TIMESTAMP_URL"
145
Write-Host "Package signing completed"
146
147
- name: Sign NuGet package (using dotnet nuget sign)
0 commit comments