crossbow
crossbow copied to clipboard
Fix a zip function
Objective
-Fixes a zip function error
Solution
- update create_from_directory to add_directory_from_path
Then
Anyway,now it build success
Hi @pingfanH! Thanks for your contribution! One thing I noticed is that add_directory_from_path is deprecated, quoting: "Deprecated since 0.5.7... Use add_directory instead."
It also breaks CI, so I suggest you fix it.