Skip to content

Releases: taiki-e/upload-rust-binary-action

1.18.0

03 Dec 08:41
Compare
Choose a tag to compare

1.17.1

23 Oct 05:35
Compare
Choose a tag to compare
  • Fix error when build-tool is explicitly set to cargo and installation for targets is needed. (#57, thanks @sunshowers)

1.17.0

09 Oct 06:24
Compare
Choose a tag to compare
  • Add dry-run input option. (#55)

  • Allow "kebab-case" input option names. (#56)

    Previously, option names were only in "snake_case", but now both "kebab-case" and "snake_case" are available.

1.16.1

09 Sep 18:06
Compare
Choose a tag to compare
  • Improve robustness for temporary network failures.

1.16.0

06 Aug 11:14
Compare
Choose a tag to compare

1.15.0

26 Jun 08:40
Compare
Choose a tag to compare
  • Use multi-target builds for universal-apple-darwin (universal macOS binary) on Rust 1.64+. This could make universal-apple-darwin builds up to about 2x faster.

1.14.0

13 May 22:32
Compare
Choose a tag to compare
  • Add profile input option to allow specifying custom profiles. (#44, thanks @afnanenayet)

1.13.0

22 Mar 15:26
Compare
Choose a tag to compare
  • Switch to composite action (#42)

1.12.1

19 Mar 07:40
Compare
Choose a tag to compare
  • Diagnostics improvements.

1.12.0

10 Jan 04:01
Compare
Choose a tag to compare
  • Support universal macOS binary as target: universal-apple-darwin. (#38)