Skip to content

Commit 0604a0e

Browse files
Add a recursive flag to the zip command - currently it is zipping nothing (#117227)
1 parent ecf9b2d commit 0604a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/bots/docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ fi
151151

152152
# Zip docs
153153
cd "$FLUTTER_ROOT/dev/docs"
154-
zip api_docs.zip doc
154+
zip -r api_docs.zip doc

0 commit comments

Comments
 (0)