Skip to content

Commit 14a6857

Browse files
authored
Fix release upload workflow
1 parent 1a98640 commit 14a6857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ jobs:
272272
--generate-notes \
273273
--prerelease
274274
echo "Uploading artifacts for tag ${{ env.VERSION }}"
275-
gh release upload ${{ env.VERSION }} dist/* --clobber
275+
gh release upload ${{ env.VERSION }} dist/*.tgz dist/*.zip --clobber

0 commit comments

Comments
 (0)