Skip to content

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

1.21.1

12 Jul 21:04
Compare
Choose a tag to compare
  • Work around rustc's strip bug that mostly affects illumos build. See #80 for details.

1.21.0

02 Jun 12:54
Compare
Choose a tag to compare

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.