Compile and release Windows binaries#1259
Compile and release Windows binaries#1259ThreeDeeJay wants to merge 11 commits intoSaschaWillems:masterfrom
Conversation
|
Adding build artefacts has been requested several times, and I always declined due to several reasons. I'm not sure if I want to take this PR. Any particular reason you need windows binaries stored as releases? |
|
It's just a simple way to download from a static, permanent location without requiring and account (none of which is possible when just uploading binaries to the workflow), especially for those who want to quickly test specific Vulkan features but aren't familiar with compiling source code. Not to mention, it's way more practical from a developer's standpoint so they don't have to compile on their own machine, avoiding unneeded hassle, or even the privacy concerns of their username being leaked into the binaries that contain a path to As for the archive tag, it collects a copy of every single release which could help with tracking down regressions/debugging. |
Builds and uploads artifacts on every commit push to: