mbrubeck / agate

Very simple server for the Gemini hypertext protocol
Apache License 2.0
605 stars 37 forks source link

Windows release artifact cannot be uncompressed #36

Closed littleli closed 3 years ago

littleli commented 3 years ago

I wanted to run agate from my Windows box but I run into following issue:

Downloads $ gzip -d .\agate.x86_64-pc-windows-msvc.exe.gz

gzip.exe: .\agate.x86_64-pc-windows-msvc.exe.gz: not in gzip format

I also tried from WSL but it reports the same issue. Can you please validate if the artifact is ok? I have no comparison to anything that is working.

littleli commented 3 years ago

It seem that I can uncompress Mac or Linux artifacts can be uncompressed without issues on Windows box.

Johann150 commented 3 years ago

I can also not uncompress it with gzip -d or gunzip, and it is also not a valid .zip file. I'll probably have to change the build pipeline and try to upload a build manually to the latest release.

Johann150 commented 3 years ago

I have swapped the windows download on the release page for 2.5.2 to a zip file that only contains the exe file. The GitHub Action workflow has been adjusted so this should not happen again next time.