atanunq / viu

Terminal image viewer with native support for iTerm and Kitty
MIT License
2.53k stars 56 forks source link

No precompiled binary available #54

Closed dashavoo closed 3 years ago

dashavoo commented 3 years ago

Apologies if I am being really dense here. There are no precompiled binaries in the release page, despite what the README says. There is a signature, and two source archives.

image

atanunq commented 3 years ago

Thanks for pointing out! I should make a checklist to make sure I don't miss anything release-related next time.

atanunq commented 3 years ago

Fixed with latest release.

shilangyu commented 3 years ago

Perhaps setup the CI to create and release artefacts automatically? I can help with that if you want

atanunq commented 3 years ago

Thanks for offering. Do you think you can point me where I can have a look at such a setup? Not sure if it's worth the effort at this time with such irregular releases, but it might come in handy.

shilangyu commented 3 years ago

Sorry for a late answer.

You are probably right, it might not be worth the effort. Here is an example workflow that compiles for the major platforms and releases them: https://github.com/ajeetdsouza/zoxide/blob/master/.github/workflows/release.yml