Releases: termux/upload-release-action
Releases · termux/upload-release-action
v4.2.0
Update nodejs version to use, and various js dependencies.
v4.1.0: Added support for generating checksums file
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
v4.0.2
Primarily fixes #5
Actually target node v18
Earlier version changelog has target set for 18, but does not actually target v18 of node. This release fixes that
v4.0.0
- Added
skip_of_no_glob_match
input paramater. Setting this to true will supress error when no files are to be uploaded when no file matches the glob. browser_download_url
has now been replaced withbrowser_download_urls
which is now an array of uploaded files.- Dependency updates (as usual)
v3.0.3
v3.0.3
v3: Now uses Node.js 16 and newer npm dependencies
See d050566's commit message for the list of major changes made.
There are no behavioural changes or breaking changes in this new version, just some chore task after a long time.