upload-rust-binary-action

GitHub Action for building and uploading Rust binary to GitHub Releases.

APACHE-2.0 License

Stars
240
Committers
9

Bot releases are visible (Hide)

upload-rust-binary-action - 1.9.1

Published by github-actions[bot] about 2 years ago

  • Fix "command not found" error when checksum input option is passed on macOS. (#30)
upload-rust-binary-action - 1.9.0

Published by github-actions[bot] about 2 years ago

  • 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.

upload-rust-binary-action - 1.8.0

Published by github-actions[bot] about 2 years ago

  • Add no_default_features input option. (#28, thanks @samtay)
upload-rust-binary-action - 1.7.2

Published by github-actions[bot] over 2 years ago

  • Fix regression introduced in 1.7.0.
upload-rust-binary-action - 1.7.1

Published by github-actions[bot] over 2 years ago

  • Fix "no such file" error when target input option is passed.
upload-rust-binary-action - 1.7.0

Published by github-actions[bot] over 2 years ago

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

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

upload-rust-binary-action - 1.6.1

Published by github-actions[bot] over 2 years ago

  • Fix unbound variable error on macOS.
upload-rust-binary-action - 1.6.0

Published by github-actions[bot] over 2 years ago

  • 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)

upload-rust-binary-action - 1.5.0

Published by github-actions[bot] over 2 years ago

  • Add include input option to include additional files to the archive. (#17)
upload-rust-binary-action - 1.4.0

Published by github-actions[bot] over 2 years ago

  • Respect host cross-compilation setup. (#16)
upload-rust-binary-action - 1.3.0

Published by github-actions[bot] over 2 years ago

  • Update default runtime to node16
upload-rust-binary-action - 1.2.0

Published by github-actions[bot] almost 3 years ago

  • 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.

upload-rust-binary-action - 1.1.0

Published by github-actions[bot] about 3 years ago

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

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

upload-rust-binary-action - 1.0.2

Published by github-actions[bot] over 3 years ago

  • Documentation improvements.
upload-rust-binary-action - 1.0.1

Published by github-actions[bot] over 3 years ago

  • Pass --noprofile and --norc options to bash.
upload-rust-binary-action - 1.0.0

Published by github-actions[bot] over 3 years ago

Initial release

Package Rankings
Top 2.26% on Github actions
Badges
Extracted from project README
release github actions