Skip to content

Commit 2a5356e

Browse files
authored
Do not include .ast/.iast files in lib-ocaml.zip artifact (#7823)
1 parent 5e9db64 commit 2a5356e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,10 @@ jobs:
440440
uses: actions/upload-artifact@v4
441441
with:
442442
name: lib-ocaml
443-
path: packages/@rescript/runtime/lib/ocaml
443+
path: |
444+
packages/@rescript/runtime/lib/ocaml
445+
!packages/@rescript/runtime/lib/ocaml/*.ast
446+
!packages/@rescript/runtime/lib/ocaml/*.iast
444447
445448
- name: Generate API Docs
446449
if: ${{ matrix.generate_api_docs }}

0 commit comments

Comments
 (0)