action-zip icon indicating copy to clipboard operation
action-zip copied to clipboard

Add a directory: input

Open dehilsterlexis opened this issue 2 years ago • 0 comments

I would like to be able to put all the zipped files into a parent folder. It would be something like:

- uses: vimtor/action-zip@v1
  with:
    files: dist/ manifest.json
    recursive: false
    directory: analyzers
    dest: result.zip

This would produce a zipped folder named "analyzers" with all the files underneath.

dehilsterlexis avatar Dec 15 '22 13:12 dehilsterlexis