diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 28cd388..02fb228 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -164,6 +164,11 @@ jobs: with: name: bindings-${{ matrix.settings.target }} path: . + - name: Download Javascript artifact + uses: actions/download-artifact@v4 + with: + name: js + path: . - name: List packages run: ls -R . shell: bash