step-security/Zip Release
Make an archive from specified files and directories as workflow action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filename | Filename for archive | yes | release.zip |
| path | Base path for archive files | no | . |
| directory | Working directory before zipping | no | . |
| exclusions | List of excluded files / directories | no | "" |
| recursive_exclusions | List of excluded files / directories with recursive wildcards (only applies on Windows with `zip` type) | no | "" |
| custom | Provide any custom parameters to the zipping command | no | "" |
| type | Tool to use for archiving | no | zip |
| command | An extra command that will run before zipping | no | "" |
Outputs
no outputs