blazesnow/ReleaseZip
Create a zip archive of the repository, generate a SHA256 file, and upload both as artifacts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 29, 2026
- License
- MIT
Pinned Snippet
uses: blazesnow/releasezip@363fd91f5448a6e3369097d521480b72742f2ac3 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact_name | Base name of the generated files and uploaded artifact. | no | repo-zip |
| retention_days | Artifact retention days (1-90). | no | 7 |
Outputs
| name | description |
|---|---|
| zip_path | Absolute path to the generated zip file. |
| sha256_path | Absolute path to the generated checksum file. |