From 398b09ef1709e050117fc34c78d1bafd75cd4ffe Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Sat, 10 Jun 2023 22:27:17 -0400 Subject: [PATCH] Fix tar exclusion --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89ba872..3d624ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,7 +120,7 @@ jobs: with: type: 'tar' filename: 'release.${{ needs.version.outputs.tag }}.tar.gz' - exclusions: '*.git* .cmake-format.py release* install/*' + exclusions: '.git/ .gitmodules .gitignore .cmake-format.py .github/ install/ release.${{ needs.version.outputs.tag }}.tar.gz' - name: Create Windows Zip uses: thedoctor0/zip-release@0.7.1 with: