bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.36k stars 137 forks source link

New Release automation #83

Closed nikitalita closed 1 year ago

nikitalita commented 1 year ago

The previous release action was failing because we failed to add write permission to the token. This changes the release action to run on a separate job and only add write permissions on that job.

every time we create a new tag, it will run the CI build and automatically upload to the release on that tag. If there is no release published, it will create one.