Compress repo folder

This commit is contained in:
Sandy Carter
2023-06-11 04:19:43 -04:00
parent 398b09ef17
commit 9ad4a8a69a

View File

@@ -114,13 +114,17 @@ jobs:
with:
type: 'zip'
filename: 'release.${{ needs.version.outputs.tag }}.zip'
exclusions: '*.git* .cmake-format.py release* install/*'
directory: '..'
path: 'bgfx.cmake'
exclusions: '.git* .cmake-format.py .editorconfig install'
- name: Create Source Tar
uses: thedoctor0/zip-release@0.7.1
with:
type: 'tar'
filename: 'release.${{ needs.version.outputs.tag }}.tar.gz'
exclusions: '.git/ .gitmodules .gitignore .cmake-format.py .github/ install/ release.${{ needs.version.outputs.tag }}.tar.gz'
directory: '..'
path: 'bgfx.cmake'
exclusions: '.git* .cmake-format.py .editorconfig install'
- name: Create Windows Zip
uses: thedoctor0/zip-release@0.7.1
with: