During development, I've been cross-compiling for Windows using a Mac zig build -Dtarget=x86_64-windows. I copy my .exe across a fileshare and run on Windows - no problems at all.
I've just setup github to build binaries but when I try to run them Windows Defender complains (even if I copy them via the fileshare as before).
I hope it's very unlikely that github's "goto-bus-stop/setup-zig@v1" is backdooring my binaries, so what is going on?
The Mac built cross compiled binary is exactly the same size. I do see differences in the binary where various build paths are embedded into it, but don't know how to check further.
Any ideas?
(The binaries are here: https://github.com/ringtailsoftware/commy/releases/tag/main)