Web Builds do run on Itch.io (Solved- use distclean between builds)

Fixed, it looks like you have to run distclean between builds, I changed the line where I build for web to this.
Thanks 1
java -jar $BOB --platform wasm-web --variant debug --bundle-output ./build/html5 --archive resolve distclean build bundle

1 Like