lxl66566/Rust simple release
Extremely simple cross-platform release for your rust project! (with openssl hacked)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package | package to build (you can only choose one) | no | "" |
| targets | targets to build, split by comma(,) | no | "" |
| bins | Binary output names, split by comma(,). If not set, it will build all bins in the current package. | no | "" |
| lib | whether to build lib in the current package | no | "" |
| features | features to build, split by comma(,) | no | "" |
| files_to_pack | relative file paths to compress to assets, split by comma(,) | no | "" |
| token | GitHub token for creating GitHub Releases. Defaults to the GITHUB_TOKEN automatically provided by GitHub Actions, so you usually don't need to set this manually. | no | ${{ github.token }} |
| openssl_vendored | whether to vendor openssl (build from source) | no | true |
| release_options | gh release create command options | no | "" |
Outputs
no outputs