iWas-Coder / wge

A multithreaded, high performance, fully functional game engine written in pure C, similar in speed to a Wildebeest™.
https://iwas-coder.github.io/wge
GNU General Public License v3.0
1 stars 1 forks source link

More features to `Makefile` (`dist` target) #43

Closed iWas-Coder closed 9 months ago

iWas-Coder commented 10 months ago

Description

Please, include a summary of the changes and which issue(s) is/are fixed. Also include relevant motivation and context. Lastly, list any dependencies that are required for this change.

Issues:

Type of change

Checklist:

iWas-Coder commented 10 months ago

Create pipeline that creates new release

Create a GH Actions workflow that creates a new GH release with all distribution formats of the product attached to it. It would get triggered by a push of new Git tag named v* (e.g. v0.1-alpha1).