Skip to content

Commit

Permalink
fix git archive command
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-alexglopez committed Jul 11, 2024
1 parent 8a6a7c2 commit df6301a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Create Release Zip
run: |
git rm -r --cached tests samples images res vcpkg etc || true
git archive $( git write-tree ) --format=zip --output=str_view-${GITHUB_REF#refs/tags/}.zip release-${GITHUB_REF#refs/tags/}
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
- name: Create Release
Expand Down

0 comments on commit df6301a

Please # to comment.