You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows installer will now get automatically signed using Diffblue
code sign certificate so that it will no longer appear as from
unknown publisher when installer is executed.
Windows package release action has 5 tasks added:
1. Setup code sign environment where path to signtool.exe is added
to GITHUB_PATH environmental variable and PFX certificate file
name is kept as "pfxcert" variable in GITHUB_ENV envronmental
variable.
2. Decoding Personal Information Exchange file (*.pfx) from Github
Secrets into a file.
3. Signing the Windows Installer package with decoded certificate
using signtool from Windows SDK.
4. Deleting decoded certificate file.
5. Verifying the signature.
0 commit comments