We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337de47 commit dd748ecCopy full SHA for dd748ec
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v4
33
34
- - run: tar -vczf --exclude='./.git' /tmp/jwt-cpp-${{ github.event.release.tag_name }}.tar.gz .
+ - run: tar --exclude='./.git' -vczf /tmp/jwt-cpp-${{ github.event.release.tag_name }}.tar.gz .
35
- uses: shogo82148/actions-upload-release-asset@v1
36
with:
37
upload_url: ${{ github.event.release.upload_url }}
0 commit comments