ksm2/Create Archive
Create a ZIP or Tar archive
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| root-directory | The directory to archive from | no | — |
| include | A glob pattern for files to include | no | — |
| format | Archive format to use | yes | zip |
| name | Name for the archive | yes | — |
Outputs
| name | description |
|---|---|
| name | The basename of the produced archive |
| path | The absolute path of the produced archive |
| media-type | The media type of the produced archive |