diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 544bed219a..c1057d64b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -440,7 +440,10 @@ jobs: uses: actions/upload-artifact@v4 with: name: lib-ocaml - path: packages/@rescript/runtime/lib/ocaml + path: | + packages/@rescript/runtime/lib/ocaml + !packages/@rescript/runtime/lib/ocaml/*.ast + !packages/@rescript/runtime/lib/ocaml/*.iast - name: Generate API Docs if: ${{ matrix.generate_api_docs }}