diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ece3174..b99cf76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,6 +138,12 @@ jobs: tools-path: C:\tools\phpdev ext-name: tdengine enable-extension: 1 + - name: Upload DLL + if: success() + uses: actions/upload-artifact@v3 + with: + name: php-tdengine-win-${{ matrix.php.version }} + path: modules/php_tdengine.dll - name: Test run: | php -m