magiblot / tvision

A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
Other
1.99k stars 150 forks source link

How to download the binaries? #94

Closed GHExplorer closed 1 year ago

GHExplorer commented 1 year ago

Hi,

I'm trying to download the binaries for MinGW/Windows. But I don't underserstand how to get there.

Starting with this:

https://github.com/magiblot/tvision/actions/runs/4038584786

, then selecting Windows (MinGW), https://github.com/magiblot/tvision/actions/runs/4038584786/jobs/6942679993

leads to the page below. I don't see a link to an executable or zip file containing the binaries.

Obviously, I'm misunderstanding something.

image

magiblot commented 1 year ago

Hi @GHExplorer!

No, the executables are not there. They are at the bottom of https://github.com/magiblot/tvision/actions/runs/4038584786, where it says "Artifacts". I think you must be logged in before you can see this section. What you are looking for are the examples-x64 or examples-x86 artifacts.

Sorry for the confusion!

The

GHExplorer commented 1 year ago

Got it, thanks magiblot.