mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 21:02:41 +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
|
cd build/bin
|
||||||
zip -j eqemu-server-linux-x64.zip \
|
zip -j eqemu-server-linux-x64.zip \
|
||||||
world zone ucs queryserv eqlaunch shared_memory \
|
world zone ucs queryserv eqlaunch shared_memory \
|
||||||
loginserver import_client_files export_client_files \
|
loginserver import_client_files export_client_files
|
||||||
2>/dev/null || true
|
|
||||||
# Include any additional binaries that exist
|
# Include any additional binaries that exist
|
||||||
for f in *; do
|
for f in *; do
|
||||||
if [ -f "$f" ] && [ -x "$f" ] && [ "$f" != "tests" ]; then
|
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
|
fi
|
||||||
done
|
done
|
||||||
ls -la eqemu-server-linux-x64.zip
|
ls -la eqemu-server-linux-x64.zip
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user