diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79fe7f6..c7d6729 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,8 @@ jobs: with: type: 'zip' filename: 'release.zip' + exclusions: | + *.git* - name: Generate checksum uses: jmgilman/actions-generate-checksum@v1 with: