update push

This commit is contained in:
IndieKKY
2023-07-26 09:30:41 +08:00
parent a1462ae2f2
commit 49e311a9ed

View File

@@ -25,6 +25,7 @@ echo "Version updated to: $new_version"
# build
pnpm run build_chrome
# zip dist
rm -f dist.zip
cd dist
zip -r ../dist.zip ./*
cd ../