bitDecayGames / haxeflixel-template

Basic game template with FMOD and Bitlytics tie-ins ready to build from
3 stars 1 forks source link

Add new build action to push prod builds #11

Closed MondayHopscotch closed 3 years ago

MondayHopscotch commented 3 years ago

We should have a build action that watches for releases/tags to be made and push up a new build with -final and production metrics. This will keep us from ever having to build things locally.

Kenoshen commented 3 years ago

Good idea. Shouldn’t be too hard. Just need to add some config values to the butler action and then add a new task to the workflow that only runs when a release is created or something.