action-zip
action-zip copied to clipboard
Add a directory: input
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.