We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, I'm not sure, if this is already possible or a feature request.
I have an existing zip file and I want to append some extra files. But this is not working. Instead the original file is overwritten.
My config looks like:
compress: { addFileTask: { options: { archive: 'existing-file.zip', mode: 'zip' }, expand: true, src: 'foo.bar', dest: 'new-folder-inside-zip/' } },
Did I miss any options/configs or is this just not working yet?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm not sure, if this is already possible or a feature request.
I have an existing zip file and I want to append some extra files. But this is not working. Instead the original file is overwritten.
My config looks like:
Did I miss any options/configs or is this just not working yet?
The text was updated successfully, but these errors were encountered: