diff --git a/.github/workflows/release-testing.yaml b/.github/workflows/release-testing.yaml index 7a6a5862d42..92ee6bf5dae 100644 --- a/.github/workflows/release-testing.yaml +++ b/.github/workflows/release-testing.yaml @@ -272,4 +272,4 @@ jobs: --generate-notes \ --prerelease echo "Uploading artifacts for tag ${{ env.VERSION }}" - gh release upload ${{ env.VERSION }} dist/* --clobber + gh release upload ${{ env.VERSION }} dist/*.tgz dist/*.zip --clobber