WebGL BuildName is Empty
This project help me a lot, thank you very much.
I build WebGL artifact of this project, and all files under \public\Build\ have empty build name.
.asm.code.unityweb
.asm.framework.unityweb
.asm.memory.unityweb
.data.unityweb
.json
UnityLoader.js
So I comment this else branch, and add this operation:
build-WebGL:
<<: *build
variables:
BUILD_TARGET: WebGL
after_script:
- mv ./Builds/WebGL/$BUILD_NAME ./Builds/
- rm -rf ./Builds/WebGL
- mv ./Builds/$BUILD_NAME/ ./Builds/WebGL/