Skip to content

Commit 0074be7

Browse files
added timestamper
1 parent dc5136f commit 0074be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
Set-Content $pfxPath -Value $encodedBytes -AsByteStream;
5050
Write-Output "::set-output name=PFX_PATH::$pfxPath";
5151
- name: Sign Nuget Package
52-
run: nuget sign .\BrowserStackLocal\bin\Release\*.nupkg -certificatePath "${{ steps.createPfx.outputs.PFX_PATH }}" -certificatePassword "${{secrets.CERT_PASSWORD}}"
52+
run: nuget sign .\BrowserStackLocal\bin\Release\*.nupkg -certificatePath "${{ steps.createPfx.outputs.PFX_PATH }}" -certificatePassword "${{secrets.CERT_PASSWORD}}" -Timestamper "http://timestamp.comodoca.com"
5353
- name: Save artifact
5454
uses: actions/upload-artifact@v2
5555
with:

0 commit comments

Comments
 (0)