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.
2 parents dc5136f + 0074be7 commit e096c8aCopy full SHA for e096c8a
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
Set-Content $pfxPath -Value $encodedBytes -AsByteStream;
50
Write-Output "::set-output name=PFX_PATH::$pfxPath";
51
- name: Sign Nuget Package
52
- run: nuget sign .\BrowserStackLocal\bin\Release\*.nupkg -certificatePath "${{ steps.createPfx.outputs.PFX_PATH }}" -certificatePassword "${{secrets.CERT_PASSWORD}}"
+ run: nuget sign .\BrowserStackLocal\bin\Release\*.nupkg -certificatePath "${{ steps.createPfx.outputs.PFX_PATH }}" -certificatePassword "${{secrets.CERT_PASSWORD}}" -Timestamper "http://timestamp.comodoca.com"
53
- name: Save artifact
54
uses: actions/upload-artifact@v2
55
with:
0 commit comments