Skip to content

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

1.20.0

10 Apr 15:09
Compare
Choose a tag to compare

1.19.2

03 Apr 12:24
Compare
Choose a tag to compare
  • Add a warning for macos-latest runner architecture change. (#70)

    warning: GitHub Actions changed default architecture of macos-latest since macos-14; consider passing 'target' input option to clarify which target you are building for.

1.19.1

26 Mar 01:58
Compare
Choose a tag to compare
  • Work around strip bugs in rustc and cargo. See #69 for details.

1.19.0

05 Mar 15:31
Compare
Choose a tag to compare

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.