I got this error from running this action today (worked fine before)
[3/5] RUN curl -L -o butler.zip https://broth.itch.zone/butler/linux-amd64/LATEST/archive/default && unzip butler.zip && cp butler /usr/bin && chmod +x /usr/bin/butler:
100 52 100 52 0 0 5 0 0:00:10 0:00:10 --:--:-- 6
10.48 End-of-central-directory signature not found. Either this file is not
10.48 a zipfile, or it constitutes one disk of a multi-part archive. In the
10.48 latter case the central directory and zipfile comment will be found on
10.48 the last disk(s) of this archive.
10.48 unzip: cannot find zipfile directory in one of butler.zip or
10.48 butler.zip.zip, and cannot find butler.zip.ZIP, period.
10.48 Archive: butler.zip
The zip is downloaded fine, but the error comes when it tries to unzip butler.zip it.
Let me know if you need more info to solve the issue.
I got this error from running this action today (worked fine before)
The zip is downloaded fine, but the error comes when it tries to
unzip butler.zip
it. Let me know if you need more info to solve the issue.