upload-rust-binary-action
upload-rust-binary-action copied to clipboard
GitHub Action for building and uploading Rust binary to GitHub Releases.
I want to publish the artifact to gitHub for each pr or commit so that it can be downloaded for testing, and publish the tag to github release. Is there...
I want to compile all the binaries in https://github.com/uutils/coreutils and package them into a single compressed file. However, the commands for the coreutils subpackages and binaries are different, so compiling...
Hi, did use the script at my little project - but the build fail Error: tag ref should start with 'refs/tags/': 'refs/heads/main'; this action only supports events from tag or...
Hello, Right now, leading-dir is either true or false and if it's true, it uses the archive name as the name of the folder. It would be nice to allow...
For my project https://github.com/gintsgints/raiti I have build actions which requires alsa library added to linux-gnu build machine. For now job fails on linux because this library is not installed. How...