srg320 / Saturn_MiSTer

159 stars 15 forks source link

fixes/readme/workflow/ci #4

Closed boogermann closed 2 years ago

boogermann commented 2 years ago

What does this do?

Type of change

Additional Comments (if any)

About triggering a new release: A new release.yml workflow was added to create a new release and publish it. It requires a tag in order to trigger a run, you can do so by doing:

git tag 20221231
git push origin --tags

The file is configured to use the release system of GitHub instead of commit the binary back to the repository. An additional step is comment out in case you want to commit the binaries back into a releases folder the way MiSTer does.