You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release.sh: build directly to per-platform name
Avoids a collision on case-insensitive filesystems (macOS default)
where the uppercase KCL file in the repo root clashes with `go build
-o kcl`. Also produces kcl_windows_amd64.exe.gz so Windows users get
a runnable .exe after unzip.