ChrisNeedham24 / microcosm

A little 4X game written using Pyxel.
GNU General Public License v3.0
11 stars 8 forks source link

Add version tag to bundled artifacts #128

Closed ChrisNeedham24 closed 1 year ago

ChrisNeedham24 commented 1 year ago

Currently the bundled zips don't have the version of microcosm in their name. This would be useful to have.

This action should be a good start.

This would also mean a process change would need to occur where the head commit of pull requests are tagged before merge, if they are to result in a version increment.

ChrisNeedham24 commented 1 year ago

Turns out you can name artifacts in releases - that's good enough for this.