diff --git a/.github/workflows/gh-deploy.yml b/.github/workflows/github-deploy.yml similarity index 100% rename from .github/workflows/gh-deploy.yml rename to .github/workflows/github-deploy.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04d4308..8ebf4ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,8 @@ jobs: ### 打成压缩包 - name: Create Zip Archive run: | - zip -r 408CSFamily.zip . + zip -r 408CSFamily.zip . \ + -x "node_modules" - name: Create Release id: create_release