Skip to content

Commit f11ed7d

Browse files
authored
Merge pull request #71 from yue9944882/chore/fixes-release-artifacts-ext
Fixes release artifact file extension
2 parents eca43b5 + bb52195 commit f11ed7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
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)