Skip to content

Downloads and releases

Pedro Martinez edited this page May 29, 2026 · 1 revision

Downloads and releases

Signed releases are published on GitHub Releases:

https://github.com/pedromartinezweb/BluePulse/releases

Code signing

BluePulse uses the SignPath Foundation for public release signing.

The release workflow:

  1. Builds BluePulse.exe on a GitHub-hosted Windows runner.
  2. Uploads the unsigned executable as a short-lived workflow artifact.
  3. Submits the artifact to SignPath when configured.
  4. Downloads the signed executable.
  5. Verifies the Authenticode signature.
  6. Publishes the signed executable to GitHub Releases.

If SignPath is not configured, the workflow does not publish a new release.

Clone this wiki locally