Skip to content

Commit

Permalink
protect glob
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Jan 17, 2024
1 parent dd748ec commit 3ed0b79
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 @@ -37,7 +37,7 @@ jobs:
upload_url: ${{ github.event.release.upload_url }}
asset_path: /tmp/jwt-cpp-${{ github.event.release.tag_name }}.tar.gz

- run: zip -r -x "./.git/*" /tmp/jwt-cpp-${{ github.event.release.tag_name }}.zip .
- run: zip -r -x './.git/*' /tmp/jwt-cpp-${{ github.event.release.tag_name }}.zip .
- uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
Expand Down

0 comments on commit 3ed0b79

Please sign in to comment.