mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 12:42:26 +00:00
Add loginserver and client_files binaries to validation list
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
parent
24fb6306dd
commit
4e49ae782b
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user