Skip to content

Commit

Permalink
Merge pull request #71 from yue9944882/chore/fixes-release-artifacts-ext
Browse files Browse the repository at this point in the history
Fixes release artifact file extension
  • Loading branch information
yue9944882 authored Apr 2, 2022
2 parents eca43b5 + bb52195 commit f11ed7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: ${{ env.RELEASE_VERSION }}
artifacts: "*.tgz"
artifacts: "*.tar.gz"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f11ed7d

Please sign in to comment.