crossbow icon indicating copy to clipboard operation
crossbow copied to clipboard

Fix a zip function

Open pingfanH opened this issue 2 years ago • 1 comments

Objective

-Fixes a zip function error

Solution

  • update create_from_directory to add_directory_from_path

Then

Anyway,now it build success

pingfanH avatar Oct 26 '23 14:10 pingfanH

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.

enfipy avatar Oct 27 '23 11:10 enfipy