From 4ae516677e5299e4c7e3c9edd811578cddf715fb Mon Sep 17 00:00:00 2001 From: David Muckle Date: Sun, 24 Dec 2023 10:34:35 -0500 Subject: [PATCH] More excludes, change path for .gitversion --- .github/workflows/windows-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 55c63d90..b6883d25 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -32,7 +32,7 @@ jobs: submodules: true - name: Create .gitversion run: | - echo "${{ needs.variables.outputs.short_sha }}" > ../.gitversion + echo "${{ needs.variables.outputs.short_sha }}" > .gitversion - name: Make tar archive run: | @@ -44,10 +44,11 @@ jobs: --exclude=EDMarketConnector-release-*.* \ --exclude=.editorconfig \ --exclude=.flake8 \ - --exclude=.gitattribues \ + --exclude=.gitattributes \ --exclude=.gitignore \ --exclude=.gitmodules \ --exclude=.git \ + --exclude=.github \ --exclude=.mypy.ini \ --exclude=.pre-commit-config.yaml \ --exclude=build.py \