Skip to content

Commit

Permalink
release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Feb 16, 2024
1 parent 77ce7d3 commit a2a8833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a2a8833

Please sign in to comment.