From 4e49ae782b345bf5d5c76a642767278dc075fc00 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 24 Jan 2026 19:13:29 +0000 Subject: [PATCH] Add loginserver and client_files binaries to validation list Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ad6b0fb24..4ae14ea10 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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