google / shaderc

A collection of tools, libraries, and tests for Vulkan shader compilation.
Other
1.85k stars 362 forks source link

CI: artifact of release #1221

Open michidk opened 3 years ago

michidk commented 3 years ago

Is there a way to get the built artifact of the latest release? the links listed here: https://github.com/google/shaderc/blob/main/downloads.md only open a HTML page that gets refreshed and then downloads the artifact, which is not compatible with wget etc.

dneto0 commented 2 years ago

The CI bots that do the builds and generate the artifacts also automatically generate that HTML page with the redirect to the Google Cloud Storage. I don't control the template for that page, unfortunately. On the other end of things, the downloads page is static, and should not be modified by the CI bot.