Skip to content

v4.1.0: Added support for generating checksums file

Compare
Choose a tag to compare
@thunder-coding thunder-coding released this 04 Jan 14:13
· 63 commits to master since this release
2d39746

Added support for generating checksums automatically
Checksums can now be enabled by passing new input option checkums, which contains list of cryptographic functions (supported by Node.js) to calculate using.
Example:

- name: Upload Release Action
  uses: termux/[email protected]
  with:
    ...
    checksums: sha256,sha512,md5 # Note no spaces after comma