Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Aug 23, 2024
1 parent 3b747b8 commit 41ef302
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ if [ ! -f "$extension_path" ]; then
exit 1
fi

ls
git status

if ! curl \
--fail \
--show-error \
Expand Down Expand Up @@ -181,6 +184,10 @@ if [ -e "$installed_readme_tar_xz_path" ]; then
exit 1
fi

ls
ls "$addon_dir/.github"
ls "$addon_dir"

rm -fr "$addon_dir/.github"
rm "$addon_dir/README.md"
find "$addon_dir" -name "__pycache__" -type d -print0 | xargs --null rm -fr
Expand Down

0 comments on commit 41ef302

Please sign in to comment.