mirror of
https://github.com/papeloto/action-zip
synced 2024-11-22 05:29:35 -08:00
commit
991fc37d2b
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ If for example, you do the following:
|
|||
dest: result.zip
|
||||
```
|
||||
|
||||
All the files inside the `dist` folder will be added at the root of the zip along with `manifest.json`. By contrast, if `recursive: true` (by default), the folder `dist` is included.
|
||||
The folder `dist` is included with along with its files. By contrast, if `recurise: true` (by default) All the files inside the `dist` folder will be added at the root of the zip along with `manifest.json`
|
||||
|
||||
Also if you want a nested file at the root, `recursive: false` is your guy.
|
||||
Also if you want a nested file at the root, `recursive: true` is your guy.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
|
Loading…
Reference in a new issue