keshav-writes-code/Publish Rust Binaries

Builds your Rust application and publishes the binary to a GitHub Release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
projectPathPath to the root of the project that will be built..
tagNameThe tag name of the release to create or upload to. __VERSION__ is replaced with the app version.v__VERSION__
releaseNameThe name of the release to create. __VERSION__ is replaced with the app version.Release v__VERSION__
releaseBodyThe body of the release.""
releaseDraftWhether the release is a draft.true
prereleaseWhether the release is a prerelease.false
argsArguments for the `cargo build` command (e.g., --target aarch64-apple-darwin).""
github-tokenGitHub token for releasing. Alternatively, set the GITHUB_TOKEN environment variable on the step.""

no outputs