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