From f037e74d39feca9c7f6cb33504db6065150ee6ea Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 20 Nov 2021 01:21:29 +0800 Subject: [PATCH] chore: update github workflow config. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6779c549..5881128d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: - run: cp -rp example/umd/umd.zip ./zip - name: Compress vue Example. - run: zip -r -y vue.zip . -x "node_modules/*" -x "build/*" -x "cjs/*" -x "esm/*"" + run: zip -r -y vue.zip . -x "node_modules/*" -x "build/*" -x "cjs/*" -x "esm/*" working-directory: example/vue - run: cp -rp example/vue/vue.zip ./zip