Releases: taiki-e/upload-rust-binary-action
Releases · taiki-e/upload-rust-binary-action
1.11.1
-
Fix installation of cross.
-
Improve support for stripping.
1.11.0
-
Skip stripping by this action if cargo's
strip
profile option is set. -
Diagnostics improvements.
1.10.0
- Add
manifest_path
input option. (#32, thanks @GeorgeHahn)
1.9.1
- Fix "command not found" error when
checksum
input option is passed on macOS. (#30)
1.9.0
-
Add
token
input option to use the specified token instead ofGITHUB_TOKEN
environment variable. -
Add
ref
input option to use the specified tag ref instead ofGITHUB_REF
environment variable.
1.8.0
1.7.2
- Fix regression introduced in 1.7.0.
1.7.1
- Fix "no such file" error when
target
input option is passed.
1.7.0
-
Add
asset
input option to upload additional files separately. (#23) -
--target
flag no longer passed to cargo whentarget
input option is not specified.
1.6.1
- Fix unbound variable error on macOS.