Skip to content

Commit a2a8833

Browse files
committed
release 3.0.0
1 parent 77ce7d3 commit a2a8833

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ Thank you to [keytos](https://github.com/markeytos/code-sign-action) for providi
22

33
# Code sign a file
44

5-
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`.
5+
This action signs files that are supported by `signtool.exe` with a code signing certificate that takes in a password.
6+
This action only works on Windows and that means it should run on `windows-latest`.
7+
If `openssl` is installed on the OS, this action also prints the certificate expiration date to the runner log.
8+
9+
> [!NOTE]
10+
> `certutil` is not used, since it only prints certificate information in a localized format.
611
712
## Inputs
813

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-sign-action",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Sign files with a code signing certificate.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)