1bd1a09593
feat: Package Windows release artifacts as ZIP and add symbols file Closes #13872 Closes #7747 CC #10371 This allows us to ship a format that's easier to handle on Windows. As a bonus, we can also include the PDB, to get useful stack traces. Unfortunately, it adds a couple of dependencies to `xtask`, increasing the debug build times from 1.28 to 1.58 s (release from 1.60s to 2.20s) on my system.