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.
You can publish from the CLI after wavedash build push, or from the Developer Portal builds list.
How to publish
- Open your game in the Developer Portal
- Go to the Builds tab
- Click "Publish" next to the build you want to make live
- 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 can do this from the Developer Portal builds list, or with wavedash publish <BUILD_ID> if you have the older build's ID. 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, monetization, or content