HaxeFlixel / game-jam-template

HaxeFlixel game jam template with automated HTML5 build deployment to GitHub Pages
http://haxeflixel.github.io/game-jam-template/
33 stars 8 forks source link

CI fails to build #2

Closed avinashv closed 4 years ago

avinashv commented 4 years ago

No matter what I do, I am unable to get the build action to work. I am unfamiliar with Github Actions, but apart from the initial commit while cloning the template (which works to build), I cannot get it to successfully build even with just changing the "hello world" text.

Example: https://github.com/avinashv/hfparticles/actions

avinashv commented 4 years ago

Solved the issue myself: /assets directories cannot be empty! I deleted the default files that haxeflixel puts in there.