Add artifacts built on different operating systems to a single release

In java, it has been intended for some time to ship the application together with the JVM. However, the necessary packages for different operating systems/architectures must also be built under the corresponding systems.
This means that if a Releae is to be built for Windows, Linux and MacOS, the three artifacts must also be built on the three systems. How can I deploy them to a single release?