This Pull Request does not change any source code. It only move files around to improve the organization or the project.
It also remove the file without any references. Most of the assets have been moved under the assets folder and are automatically copy to the release|debug folder at build time.
The git history is kept to ensure all authors are still credited properly
Releases
In the current project, the releases are located inside the source code in bin/Release/*, this PR remove this folder.
It adds a Github Workflow file, that will automatically create a release when a new tag is created.
Special thanks to @pants64DS for helping me testing, and ensuring this refactor should not contains regression
Description
This Pull Request does not change any source code. It only move files around to improve the organization or the project.
The git history is kept to ensure all authors are still credited properly
Releases
In the current project, the releases are located inside the source code in
bin/Release/*
, this PR remove this folder. It adds a Github Workflow file, that will automatically create a release when a newtag
is created.Special thanks to @pants64DS for helping me testing, and ensuring this refactor should not contains regression