From f5443efc119ed9e4e1aa99750ab0172485810377 Mon Sep 17 00:00:00 2001 From: Alexander Lopez Date: Wed, 10 Jul 2024 21:27:48 -0700 Subject: [PATCH] more thorough cleaning of release zip folder --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a2aa05..6043e86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,8 @@ jobs: - name: Create Release Zip run: | - git rm -r --cached tests samples images res vcpkg etc || true + git rm -r --cached tests samples images res vcpkg etc .gitmodules + git rm --cached .clang-format .clang-tidy .pre-commit-config.yaml git archive $( git write-tree ) --format=zip --output=str_view-${GITHUB_REF#refs/tags/}.zip echo "ZIP_FILE=str_view-${GITHUB_REF#refs/tags/}.zip" >> $GITHUB_ENV