Plugin
| Arg | Description | Type | 
|---|---|---|
| filename | File to unzip. | OSPath (required) | 
| accessor | The accessor to use | string | 
| filename_filter | Only extract members matching this regex filter. | string | 
| output_directory | Where to unzip to | string (required) | 
| type | The type of file (default autodetected from file extension - zip or tgz or tar.gz). | string | 
Unzips a file into a directory.
This plugin supports a number of compression formats:
The type of the file will be detected by the file extension, or
else you can force a type using the type parameter (tgz or
zip).