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 fa8c09a commit 95078bcCopy full SHA for 95078bc
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
34
$pfxPath = Join-Path -Path $pwd -ChildPath "codesigncert.pfx"
35
[IO.File]::WriteAllBytes("$pfxPath", [System.Convert]::FromBase64String($env:CODESIGN_PFX))
36
- dotnet nuget sign .\artifacts\*.nupkg -CertificatePath $pfxPath -Timestamper http://timestamp.entrust.net/TSS/RFC3161sha2TS
+ dotnet nuget sign .\artifacts\*.nupkg --certificate-path $pfxPath --timestamper http://timestamp.entrust.net/TSS/RFC3161sha2TS
37
38
- name: Artifacts
39
uses: actions/upload-artifact@v3
0 commit comments