Skip to content

Commit

Permalink
fix missing deletes
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-alexglopez committed Jul 15, 2024
1 parent 2578961 commit 7a35471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Create Release Zip
run: |
git rm -rf --cached tests samples images res etc .gitmodules .github
git rm --cached .clang-format .clang-tidy .pre-commit-config.yaml README.md
git rm -r --cached tests samples images res etc .github
git rm --cached .pre-commit-config.yaml README.md
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 7a35471

Please sign in to comment.