diff --git a/.github/workflows/release-sdk.yml b/.github/workflows/release-sdk.yml index daf91cc..4c7b1ef 100644 --- a/.github/workflows/release-sdk.yml +++ b/.github/workflows/release-sdk.yml @@ -78,7 +78,7 @@ jobs: account: theconvospace project: ${{ github.event.inputs.package-name }} release: ${{ github.event.inputs.release_version }} - platform-web: './packages/${{ github.event.inputs.package-name }}/**/**' + platform-web: ./packages/${{ github.event.inputs.package-name }}