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": {