Skip to content

v0.3.10rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@charles-cooper charles-cooper released this 08 Sep 14:29
· 312 commits to master since this release
3b310d5
chore(ci): fix binary names in release asset upload (#3597)

rename binary during asset upload to properly escape the filename for
the github API call.

(Github API states:
> GitHub renames asset filenames that have special characters,
non-alphanumeric characters, and leading or trailing periods. The "List
release assets" endpoint lists the renamed filenames. For more
information and help, contact GitHub Support.
)