Skip to content

Commit dd748ec

Browse files
fix order for args
1 parent 337de47 commit dd748ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333

34-
- run: tar -vczf --exclude='./.git' /tmp/jwt-cpp-${{ github.event.release.tag_name }}.tar.gz .
34+
- run: tar --exclude='./.git' -vczf /tmp/jwt-cpp-${{ github.event.release.tag_name }}.tar.gz .
3535
- uses: shogo82148/actions-upload-release-asset@v1
3636
with:
3737
upload_url: ${{ github.event.release.upload_url }}

0 commit comments

Comments
 (0)