Add a recursive flag to the zip command - currently it is zipping nothing (#117227)

This commit is contained in:
Drew Roen 2022-12-16 15:15:20 -06:00 committed by GitHub
parent ecf9b2d20a
commit 0604a0e1e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,4 +151,4 @@ fi
# Zip docs
cd "$FLUTTER_ROOT/dev/docs"
zip api_docs.zip doc
zip -r api_docs.zip doc