Skip to content

Commit

Permalink
- Add strong-name certificate to repo (NO SECURITY RISK)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Nov 20, 2023
1 parent a5d8845 commit 563674b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ jobs:
shell: cmd

- name: Build and Sign NuGet package
# TODO: Need to keep signing_cert.snk in the repo
run: |
call scripts\win\build_release_nuget.bat EasyPost certs\signing_cert.snk "${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }}" Release
call scripts\win\build_release_nuget.bat EasyPost EasyPostNETStrongNameSigning.snk "${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }}" Release
shell: cmd

# - name: Publish to NuGet
Expand Down
Binary file added EasyPostNETStrongNameSigning.snk
Binary file not shown.

0 comments on commit 563674b

Please sign in to comment.