Fix tar exclusion

This commit is contained in:
Sandy Carter
2023-06-10 22:27:17 -04:00
parent 0fc04361c8
commit 398b09ef17

View File

@@ -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: