Skip to content

Commit 539850a

Browse files
fix order
1 parent 3ed0b79 commit 539850a

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
@@ -37,7 +37,7 @@ jobs:
3737
upload_url: ${{ github.event.release.upload_url }}
3838
asset_path: /tmp/jwt-cpp-${{ github.event.release.tag_name }}.tar.gz
3939

40-
- run: zip -r -x './.git/*' /tmp/jwt-cpp-${{ github.event.release.tag_name }}.zip .
40+
- run: zip -x './.git/*' -r /tmp/jwt-cpp-${{ github.event.release.tag_name }}.zip .
4141
- uses: shogo82148/actions-upload-release-asset@v1
4242
with:
4343
upload_url: ${{ github.event.release.upload_url }}

0 commit comments

Comments
 (0)