mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 16:52:25 +00:00
Update .github/workflows/release.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f1303c5640
commit
5caa4a78dc
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@ -46,12 +46,11 @@ jobs:
|
||||
cd build/bin
|
||||
zip -j eqemu-server-linux-x64.zip \
|
||||
world zone ucs queryserv eqlaunch shared_memory \
|
||||
loginserver import_client_files export_client_files \
|
||||
2>/dev/null || true
|
||||
loginserver import_client_files export_client_files
|
||||
# Include any additional binaries that exist
|
||||
for f in *; do
|
||||
if [ -f "$f" ] && [ -x "$f" ] && [ "$f" != "tests" ]; then
|
||||
zip -u eqemu-server-linux-x64.zip "$f" 2>/dev/null || true
|
||||
zip -u eqemu-server-linux-x64.zip "$f"
|
||||
fi
|
||||
done
|
||||
ls -la eqemu-server-linux-x64.zip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user