Releases: taiki-e/upload-rust-binary-action
Releases · taiki-e/upload-rust-binary-action
1.18.0
- Support signing with
codesign
on macOS. (#61, thanks @doinkythederp)
1.17.1
- Fix error when
build-tool
is explicitly set to cargo and installation for targets is needed. (#57, thanks @sunshowers)
1.17.0
1.16.1
- Improve robustness for temporary network failures.
1.16.0
- Support cargo-zigbuild as build tool. (#50)
1.15.0
- Use multi-target builds for
universal-apple-darwin
(universal macOS binary) on Rust 1.64+. This could makeuniversal-apple-darwin
builds up to about 2x faster.
1.14.0
- Add
profile
input option to allow specifying custom profiles. (#44, thanks @afnanenayet)
1.13.0
- Switch to composite action (#42)
1.12.1
- Diagnostics improvements.
1.12.0
- Support universal macOS binary as
target: universal-apple-darwin
. (#38)