Skip to content

Commit 1a98640

Browse files
authored
Fix release workflow upload
1 parent c1f9ee5 commit 1a98640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,4 +763,4 @@ jobs:
763763
--prerelease
764764
fi
765765
echo "Uploading artifacts for tag ${GITHUB_REF_NAME}"
766-
gh release upload ${GITHUB_REF_NAME} dist/* --clobber
766+
gh release upload ${GITHUB_REF_NAME} dist/*.tgz dist/*.zip --clobber

0 commit comments

Comments
 (0)