Navigation Menu

Skip to content

Commit

Permalink
chore: update github workflow config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 19, 2021
1 parent 1848d68 commit f037e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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

Expand Down

0 comments on commit f037e74

Please sign in to comment.