This PR adds the ability for Github Actions to create a draft release automatically.
The draft will include a formatted table containing the zip artifacts of executable binaries, the SHASUM 256 of the zip file, as well as additional information on the OS and System Architecture each binary refers to.
As per the current CI setup, actions are executed on tags and on stable branch only.
This PR adds the ability for Github Actions to create a draft release automatically. The draft will include a formatted table containing the zip artifacts of executable binaries, the SHASUM 256 of the zip file, as well as additional information on the OS and System Architecture each binary refers to.
As per the current CI setup, actions are executed on tags and on stable branch only.