From a2a8833d4e9202556539b564a2a4af5b6da3e8b2 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 16 Feb 2024 17:19:49 +0100 Subject: [PATCH] release 3.0.0 --- README.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 157a058..1ffe121 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ Thank you to [keytos](https://github.com/markeytos/code-sign-action) for providi # Code sign a file -This action signs files that are supported by `signtool.exe` with a code signing certificate that takes in a password. This action only works on Windows and that means it should run on `windows-latest`. +This action signs files that are supported by `signtool.exe` with a code signing certificate that takes in a password. +This action only works on Windows and that means it should run on `windows-latest`. +If `openssl` is installed on the OS, this action also prints the certificate expiration date to the runner log. + +> [!NOTE] +> `certutil` is not used, since it only prints certificate information in a localized format. ## Inputs diff --git a/package.json b/package.json index 5fd579b..663d84f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-sign-action", - "version": "2.0.1", + "version": "3.0.0", "description": "Sign files with a code signing certificate.", "main": "index.js", "scripts": {