On every push to main, GitHub Actions runs .github/workflows/deploy-itchio.yml and:
- Exports the game with Godot headless using the
Webpreset fromexport_presets.cfg - Produces browser files in
build/web(withindex.htmlat root) - Uploads
build/webto itch.io via butler channelhtml5(username/game:html5)
ITCHIO_API_KEY: your itch.io API key for butlerITCHIO_USERNAME: your itch.io username (or org)ITCHIO_GAME: your itch.io game slug