Add loginserver and client_files binaries to validation list

Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-24 19:13:29 +00:00
parent 24fb6306dd
commit 4e49ae782b

View File

@ -46,7 +46,7 @@ jobs:
cd build/bin
# Verify that critical binaries exist
REQUIRED_BINARIES=(world zone ucs queryserv eqlaunch shared_memory)
REQUIRED_BINARIES=(world zone ucs queryserv eqlaunch shared_memory loginserver import_client_files export_client_files)
MISSING_BINARIES=()
for binary in "${REQUIRED_BINARIES[@]}"; do