actions-marketplace-validations/Generate Release Hashes
A GitHub action to automatically generate a list of hashes for a release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| hash-type | Type of hash to generate (md5, sha1, sha256, sha512) | no | sha256 |
| file-name | File name to save as if desired | no | "" |
| get-assets | Whether to redownload the asset list (useful if previous jobs upload other assets) | no | false |
Outputs
| name | description |
|---|---|
| hashes | A string with the resulting hashes, one per line, with file name followed by hash |