Kevin Dangoor
Kevin Dangoor
I'm having this same problem on Node 0.8.x. I have just tried (not immediately successfully) to use `readable-stream/fs` instead of fs to create my read stream thinking that perhaps something...
By the way, [my use of node-unzip is open source](https://github.com/adobe/brackets/blob/master/src/extensibility/node/package-validator.js) in case that helps track down the problem. I had pegged node-unzip at 0.1.4 to avoid this problem, but I...
I'll note that my code appears to work if I just listen for a `close` event rather than an `end` event. I don't think that's right, but it works.
@dpup doesn't that just create archives (and this project just extracts archives)? It seems like the two projects serve different purposes. All of the other unzip libraries I've seen use...
@dpup Ahh, yes. I had considered a switch to adm-zip, but it contains that same [deflater with unknown license](https://github.com/cthackers/adm-zip/blob/master/methods/deflater.js). That file is even tagged with "GPL 2.0", though that's not...
@dependabot rebase
Is this working with the latest (4.7.0) release of the action?
This is likely fixed as of the latest commit on main: 8805179dc9a63c54224914839d370dd93bd37b2e
Oh, sorry, this might not be fixed yet. I'm working on a change on the server side that will likely fix this.
@baltie Can you open a new issue on that? I think there is likely a different cause and I don't want that to get lost.