diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b68649..5cab137 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,4 +42,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: pecl_package_${VERSION} - path: awscrt-${VERSION} \ No newline at end of file + path: awscrt-${VERSION}.tgz \ No newline at end of file