diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 300c673..d8a7afa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - name: Create Package Zip working-directory: "${{ env.PACKAGE_PATH }}" - run: zip -r "${{ steps.package_data.outputs.name }}-${{ env.version }}.zip" . -x metaList .git .github + run: zip -r "${{ steps.package_data.outputs.name }}-${{ env.version }}.zip" . -x ".git/*" ".github/*" - name: Create Tag id: create_tag