ci: re-test cd

This commit is contained in:
Innei
2021-09-10 16:26:58 +08:00
parent 9131fc1bde
commit 36234fc1b9
3 changed files with 34 additions and 2 deletions

5
scripts/bundle.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
pnpm run bundle
cp -R assets out
cd out
zip -r ../release.zip ./*