We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f9ee5 commit 1a98640Copy full SHA for 1a98640
.github/workflows/release.yaml
@@ -763,4 +763,4 @@ jobs:
763
--prerelease
764
fi
765
echo "Uploading artifacts for tag ${GITHUB_REF_NAME}"
766
- gh release upload ${GITHUB_REF_NAME} dist/* --clobber
+ gh release upload ${GITHUB_REF_NAME} dist/*.tgz dist/*.zip --clobber
0 commit comments