Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-alexglopez authored Jul 22, 2024
1 parent e221392 commit 9f7f784
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:

- name: Create Release Zip
run: |
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
git archive --format=zip --output=str_view-${GITHUB_REF#refs/tags/}.zip HEAD
echo "ZIP_FILE=str_view-${GITHUB_REF#refs/tags/}.zip" >> $GITHUB_ENV
- name: Create Release
Expand Down

0 comments on commit 9f7f784

Please sign in to comment.