Skip to content

Commit

Permalink
fix: package more directory than design
Browse files Browse the repository at this point in the history
  • Loading branch information
bestony committed Nov 18, 2019
1 parent 1c616b9 commit f1bfcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ mkdir .zip-files

echo "Search Directory to Package"

for dir in `find * -mindepth 1 -maxdepth 2 -type d`; do
for dir in `find * -mindepth 1 -maxdepth 1 -type d`; do
zip -r .zip-files/${dir##*/}.zip $dir
done

0 comments on commit f1bfcc2

Please sign in to comment.