I am using Travis CI to run 3 VMs in parallel to create 3 different binaries of my application. The releaser is properly setting up the release and including my body text as expected. However, it is creating 3 independent releases instead of adding all of the uploads from the independent VMs to the same defined release.
Is there something that I am missing to have all 3 VMs upload to the same release?
I am using Travis CI to run 3 VMs in parallel to create 3 different binaries of my application. The releaser is properly setting up the release and including my body text as expected. However, it is creating 3 independent releases instead of adding all of the uploads from the independent VMs to the same defined release.
Is there something that I am missing to have all 3 VMs upload to the same release?