Skip to content

Commit 682973d

Browse files
committed
add upload script
1 parent ac50f7e commit 682973d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

upload.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ set -o allexport
55
source .env
66
set +o allexport
77

8+
./zip_dist.sh
9+
810
ZIP_FILE="dist.zip"
911

1012
if [ ! -f "$ZIP_FILE" ]; then

0 commit comments

Comments
 (0)