Skip to content

Releases: termux/upload-release-action

v4.2.0

01 Apr 12:09
Compare
Choose a tag to compare

Update nodejs version to use, and various js dependencies.

v4.1.0: Added support for generating checksums file

04 Jan 14:13
2d39746
Compare
Choose a tag to compare

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/upload-release-action@v4.1.0
  with:
    ...
    checksums: sha256,sha512,md5 # Note no spaces after comma

v4.0.2

29 Dec 10:39
168f2ef
Compare
Choose a tag to compare

Primarily fixes #5

Actually target node v18

28 Dec 15:01
dbb9a82
Compare
Choose a tag to compare

Earlier version changelog has target set for 18, but does not actually target v18 of node. This release fixes that

v4.0.0

28 Dec 11:03
d3539a0
Compare
Choose a tag to compare
  • 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 with browser_download_urls which is now an array of uploaded files.
  • Dependency updates (as usual)

v3.0.3

28 Apr 13:34
1e85d12
Compare
Choose a tag to compare

v3: Now uses Node.js 16 and newer npm dependencies

28 Apr 09:31
680faa7
Compare
Choose a tag to compare

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.