mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 21:02:41 +00:00
Limit shared lib search to build libs
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
parent
907ac747eb
commit
56266f6f21
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
|
||||
# Add shared libraries needed for runtime (from build/bin and build/libs)
|
||||
if [ -d ../libs ]; then
|
||||
find . ../libs -type f \( -name "*.so" -o -name "*.so.[0-9]*" \) -print0 | \
|
||||
find ../libs -type f \( -name "*.so" -o -name "*.so.[0-9]*" \) -print0 | \
|
||||
while IFS= read -r -d '' lib; do
|
||||
$ZIP_CMD "$lib"
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user