Skip to content

Commit e096c8a

Browse files
Merge pull request #41 from browserstack/LOC_3634_add_timestamper
added timestamper
2 parents dc5136f + 0074be7 commit e096c8a

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)