zlib.install icon indicating copy to clipboard operation
zlib.install copied to clipboard

[enhancement] zlib dlls and libs as release package?

Open SurKM9 opened this issue 4 years ago • 3 comments

Would be easier for other repos to fetch dlls and libs from the release package here while building using github action workflows

SurKM9 avatar Aug 19 '21 16:08 SurKM9

Do you have an example of that?

horta avatar Aug 20 '21 10:08 horta

You can follow this

In general, you just have to make a release package with x86 and x64 dlls and libs. This would allow anyone using zlib.dll or zlib.lib to download or fetch from your release package directly.

In my case, I would like to fetch zlib.dll and zlib.lib using github actions in my profile to build my project.

SurKM9 avatar Aug 20 '21 12:08 SurKM9

We would need to support binary release in that case. I will revisit this idea when I find myself having more time to maintain it...

horta avatar Aug 25 '23 20:08 horta