Skip to content

Commit

Permalink
Updated documentation due to support for more files.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 26, 2020
1 parent 1983914 commit 553bc6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code sign a file

This action signs `.dll` and `.nupkg` files with a code signing certificate. This action only works on Windows and that means it should run on `windows-latest`.
This action signs `.nupkg` files and files that are supported by `signtool.exe` with a code signing certificate. This action only works on Windows and that means it should run on `windows-latest`.

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-sign-action",
"version": "1.0.0",
"description": "Sign libraries with a code signing certificate.",
"description": "Sign files with a code signing certificate.",
"main": "index.js",
"scripts": {
"build": "tsc && ncc build lib/index.js -m"
Expand Down

0 comments on commit 553bc6e

Please sign in to comment.