Skip to content

Commit

Permalink
workflow: Do not include rust dependency SOs in extension zip
Browse files Browse the repository at this point in the history
  • Loading branch information
asivery committed Dec 22, 2024
1 parent f9ac5c4 commit e12d146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ done


mkdir output
find .. -iname "*.so" -exec cp -v {} output \;
find .. -iname "*.so" -not -path "**/release/deps/**" -exec cp -v {} output \;

0 comments on commit e12d146

Please sign in to comment.