Skip to content

Commit bb52195

Browse files
committed
fixes release artifact file extension
Signed-off-by: yue9944882 <[email protected]>
1 parent eca43b5 commit bb52195

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
@@ -34,5 +34,5 @@ jobs:
3434
uses: ncipollo/release-action@v1
3535
with:
3636
tag: ${{ env.RELEASE_VERSION }}
37-
artifacts: "*.tgz"
37+
artifacts: "*.tar.gz"
3838
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)