Gota7 / SM64DSe-Ultimate

This is an edited version of sm64dse 2.3.5.
GNU General Public License v3.0
23 stars 16 forks source link

Refactor repository and automatically publish release #49

Closed axel7083 closed 9 months ago

axel7083 commented 9 months ago

Description

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