Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign using certificate during CI build #397

Merged
merged 7 commits into from Aug 18, 2020
Merged

Conversation

danyeaw
Copy link
Member

@danyeaw danyeaw commented Aug 15, 2020

Add Windows build signing using a certificate. I used the Microsoft SignTool directly based on the DevOps for Windows Desktop Apps Using GitHub Actions guide. The code-sign-action GitHub Action doesn't allow for passwords on the certificate. There was a few forks of it, but I kept on getting errors.

image

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Documentation content changes

What is the current behavior?

Issue Number: #395

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@github-actions github-actions bot added the feature A new feature label Aug 15, 2020
@danyeaw danyeaw marked this pull request as ready for review August 16, 2020 18:00
@danyeaw danyeaw requested a review from amolenaar August 16, 2020 18:02
@danyeaw
Copy link
Member Author

danyeaw commented Aug 16, 2020

I think we can squash this one as we merge it, since most of the commits are "that didn't work, try this instead" 😄.

@amolenaar amolenaar merged commit 1fc70f4 into master Aug 18, 2020
@amolenaar amolenaar deleted the feature/windows-signing branch August 18, 2020 15:00
@danyeaw danyeaw mentioned this pull request Aug 20, 2020
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants