We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eca43b5 + bb52195 commit f11ed7dCopy full SHA for f11ed7d
.github/workflows/release.yml
@@ -34,5 +34,5 @@ jobs:
34
uses: ncipollo/release-action@v1
35
with:
36
tag: ${{ env.RELEASE_VERSION }}
37
- artifacts: "*.tgz"
+ artifacts: "*.tar.gz"
38
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments