Releases: lando/code-sign-action
Releases · lando/code-sign-action
v3.0.0
- Added
inputs.certificate-id
for use when using non-Apple signing certs - Added
inputs.signtool
to explicitly use a particular tool but not usage is not recommended - Dropped support for
linux
, it never really worked and wasn't ever needed, it now errors on Linux - Improved
inputs.file
to correctly handlerelative
andabsolute
paths - Refactored code to be more pluggable in the event we want to support additional future signing methods
v2.2.0
- Added support for using DigiCert KeyLocker to sign Windows and Linux packages. #7
v2.1.1
- Switched release flow over to @lando/prepare-release-action
v2.1.0
- Added support for either
altool
ornotarytool
for notarizations - Switched
set-output
andsave-state
to new$GITHUB_OUTPUT
and$GITHUB_STATE
. See this - Updated to use new
@lando/notarize-action@v2
v2.0.0
- First release