diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cb467b9..c6bdead 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Zip the code - run: zip -r source_code.zip . -x *.git* *.github* *.vscode* *@types* *node_modules* ".gitignore" ".mcattributes" "CNAME" "package-lock.json" + run: zip -r source_code.zip . -x *.git* *.github* *.vscode* "*\@types*" *node_modules* .gitignore .mcattributes CNAME package-lock.json - name: Rename the file run: |