[enhancement] zlib dlls and libs as release package?
Would be easier for other repos to fetch dlls and libs from the release package here while building using github action workflows
Do you have an example of that?
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.
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...