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 3ed0b79 commit 539850aCopy full SHA for 539850a
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
upload_url: ${{ github.event.release.upload_url }}
38
asset_path: /tmp/jwt-cpp-${{ github.event.release.tag_name }}.tar.gz
39
40
- - run: zip -r -x './.git/*' /tmp/jwt-cpp-${{ github.event.release.tag_name }}.zip .
+ - run: zip -x './.git/*' -r /tmp/jwt-cpp-${{ github.event.release.tag_name }}.zip .
41
- uses: shogo82148/actions-upload-release-asset@v1
42
with:
43
0 commit comments