The CI build server's /opt/archipelago/web-ui/aiui resolves to the same path as the build workspace. cp -r fails with "same file" error which aborts the build under set -e. Use rsync instead (handles same-src/dest gracefully), with cp fallback + || true. This was the root cause of CI build #373 failure. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
121 KiB
Executable File
121 KiB
Executable File