mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 21:02:41 +00:00
Remove error suppression to resolve conflicts with base branch
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
parent
50d4ba04dd
commit
1e600896d6
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
# Add all executable files (excluding tests)
|
||||
for f in *; do
|
||||
if [ -f "$f" ] && [ -x "$f" ] && [ "$f" != "tests" ]; then
|
||||
zip -uj eqemu-server-linux-x64.zip "$f" 2>/dev/null || true
|
||||
zip -uj eqemu-server-linux-x64.zip "$f"
|
||||
fi
|
||||
done
|
||||
ls -la eqemu-server-linux-x64.zip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user