Skip to content

Commit

Permalink
more thorough cleaning of release zip folder
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-alexglopez committed Jul 11, 2024
1 parent 232f4b6 commit f5443ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5443ef

Please sign in to comment.