yeslayla / butler-publish-itchio-action

GitHub action that publishes releases to Itch.io using Butler
https://github.com/josephbmanley/butler-publish-itchio-action
GNU General Public License v3.0
114 stars 21 forks source link

zip from https://broth.itch.zone/butler/linux-amd64/LATEST/archive/default seems corrupted #13

Closed mnicolas94 closed 6 months ago

mnicolas94 commented 6 months ago

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.

mnicolas94 commented 6 months ago

Ok, it seems to be an issue with Itch.io itself not responding at all (not even the home page). Will confirm when it is up again.

mnicolas94 commented 6 months ago

Yes, it was an issue with Itch.io.