Skip to content

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

1.7.1

08 Jul 16:10

Choose a tag to compare

  • Fix "no such file" error when target input option is passed.

1.7.0

07 Jul 15:47

Choose a tag to compare

  • Add asset input option to upload additional files separately. (#23)

  • --target flag no longer passed to cargo when target input option is not specified.

1.6.1

06 Jul 03:54

Choose a tag to compare

  • Fix unbound variable error on macOS.

1.6.0

05 Jul 18:38

Choose a tag to compare

  • Support building and uploading multiple binaries at the same step. (#18)

  • Add checksum input option to upload checksum. (#21)

  • Add build_tool input option to specify the tool to build binaries. (#20)

1.5.0

05 Jul 14:07

Choose a tag to compare

  • Add include input option to include additional files to the archive. (#17)

1.4.0

08 Jun 04:58

Choose a tag to compare

  • Respect host cross-compilation setup. (#16)

1.3.0

01 May 04:06

Choose a tag to compare

  • Update default runtime to node16

1.2.0

30 Dec 12:23

Choose a tag to compare

  • Skip the installation of cross if it is already installed.

    Previously, on Linux, if the target is different from the host and cross supports the target, cross was always installed.

1.1.0

29 Sep 13:48

Choose a tag to compare

  • Add features input option. (#7, thanks @ririsoft)

  • Fix strip error on non-x86 targets. (#9)

1.0.2

28 Feb 09:30

Choose a tag to compare

  • Documentation improvements.