Skip to content

Commit 1c33975

Browse files
committed
fix(build): php test builds
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 66de242 commit 1c33975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ jobs:
615615
fi
616616
sudo cp "$BUILT_LIB" "$EXT_DIR/css_inline.so"
617617
else
618-
BUILT_LIB=$(find target/release -name "*.so" | head -1)
618+
BUILT_LIB=$(find target/release -maxdepth 1 -name "libcss_inline_php.so")
619619
sudo cp "$BUILT_LIB" "$EXT_DIR/css_inline.so"
620620
fi
621621
working-directory: ./bindings/php

0 commit comments

Comments
 (0)