Skip to content

Releases: skymatic/code-sign-action

v3.0.0

16 Feb 16:36
v3.0.0
a2a8833
Compare
Choose a tag to compare

Changes

  • [BREAKING] action requires node20 platform
  • Feature: Prints certificate expiration date to runner log (only if openssl is installed)
  • Feature: Allow more files to be signed (list can be found here)
  • updated dependencies
    • @actions/core from 1.10.0 to 1.10.1

Full Changelog: v2...v3.0.0

v2.0.1

28 Nov 20:34
v2.0.1
500ce4f
Compare
Choose a tag to compare
  • Fixed action fails due to missing parameter
  • Fixed action does not fail if certificate or password are empty
  • password is a required parameter
  • Files digest algorithm is SHA256
  • Uses 64bit version of signtool

v2.0.0

23 Nov 10:40
91ff822
Compare
Choose a tag to compare
  • Updated to the node16 runtime by default
    This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.
  • Bumped dependencies:
    • @actions/core to 1.10.0
    • @actions/github to 5.1.1

Version 1.1.0

04 Aug 09:23
cfcc1c1
Compare
Choose a tag to compare
  • Added description param which will get passed to signtool.exe sign /d flag

Version 1.0.0

23 Jul 13:07
03da2ab
Compare
Choose a tag to compare

First release of this fork. Other than the upstream version, this fork