Skip to content

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

1.9.1

16 Sep 14:56
Compare
Choose a tag to compare
  • Fix "command not found" error when checksum input option is passed on macOS. (#30)

1.9.0

08 Sep 15:46
Compare
Choose a tag to compare
  • Add token input option to use the specified token instead of GITHUB_TOKEN environment variable.

  • Add ref input option to use the specified tag ref instead of GITHUB_REF environment variable.

1.8.0

28 Aug 09:30
Compare
Choose a tag to compare
  • Add no_default_features input option. (#28, thanks @samtay)

1.7.2

08 Jul 16:19
Compare
Choose a tag to compare
  • Fix regression introduced in 1.7.0.

1.7.1

08 Jul 16:10
Compare
Choose a tag to compare
  • Fix "no such file" error when target input option is passed.

1.7.0

07 Jul 15:47
Compare
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
Compare
Choose a tag to compare
  • Fix unbound variable error on macOS.

1.6.0

05 Jul 18:38
Compare
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
Compare
Choose a tag to compare
  • Add include input option to include additional files to the archive. (#17)

1.4.0

08 Jun 04:58
Compare
Choose a tag to compare
  • Respect host cross-compilation setup. (#16)