Skip to content

Commit

Permalink
chore: fix src verify script (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiyan committed Jan 30, 2025
1 parent bdd5e8d commit 167be40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/verify_src_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ echo "<<< OK"
echo ">>> Verifying no binary files..."
find_binary_files() {
find . -type f \
-not -path "*/test/data/*" \
-not -path "*/tests/data/*" \
-not -path "*/tests/table/*" \
-not -name "*.json" -not -name "*.xml" \
Expand Down

0 comments on commit 167be40

Please sign in to comment.