Leafwing-Studios / template-repo

A quick, CI-enabled Bevy template repository.
Apache License 2.0
43 stars 9 forks source link

Build version of game for each platform #27

Closed alice-i-cecile closed 2 years ago

alice-i-cecile commented 2 years ago

What problem does this solve?

Building a game for multiple platforms is non-trivial.

What solution would you like?

Enable a command to build releases, or build releases when a tag is created. Or integrate with Github releases?

alice-i-cecile commented 2 years ago

Borrow from https://github.com/mockersf/aous/blob/main/.github/workflows/release.yaml

alice-i-cecile commented 2 years ago

Alternatively: https://github.com/Vrixyz/Cowboys/blob/main/.github/workflows/web.yml