keshav-writes-code/Publish Rust Binaries
Builds your Rust application and publishes the binary to a GitHub Release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| projectPath | Path to the root of the project that will be built. | — | . |
| tagName | The tag name of the release to create or upload to. __VERSION__ is replaced with the app version. | — | v__VERSION__ |
| releaseName | The name of the release to create. __VERSION__ is replaced with the app version. | — | Release v__VERSION__ |
| releaseBody | The body of the release. | — | "" |
| releaseDraft | Whether the release is a draft. | — | true |
| prerelease | Whether the release is a prerelease. | — | false |
| args | Arguments for the `cargo build` command (e.g., --target aarch64-apple-darwin). | — | "" |
| github-token | GitHub token for releasing. Alternatively, set the GITHUB_TOKEN environment variable on the step. | — | "" |
Outputs
no outputs