WavedashDocs

Publish a build

Make a build live for players

Publishing sets one build as the live version players see when they open your game. You can change which build is published at any time.

Publishing happens in the Developer Portal today. The CLI can upload builds, but it cannot publish them yet.

How to publish

  1. Open your game in the Developer Portal
  2. Go to the builds list
  3. Select the build you want to make live
  4. Confirm the publish action

After publishing, load the public game URL in a clean browser to verify everything works.

Rolling back

If a newly published build has a problem, select an older build and publish that one instead. You don't need to re-upload anything — all previous builds are still available.

Things to check before publishing

  • The build ID matches the correct game
  • You've tested the build on wavedash.com (not just wavedash dev)
  • The store page is up to date if this build changes modes, pricing, or content

Publishing while players have active sessions can mix old and new assets. If your build has breaking changes, schedule the publish during low traffic.