File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ jobs:
448
448
uses : actions/upload-artifact@v4
449
449
with :
450
450
name : lib-ocaml
451
- path : lib/ocaml
451
+ path : packages/@rescript/runtime/ lib/ocaml
452
452
453
453
- name : Generate API Docs
454
454
if : ${{ matrix.generate_api_docs }}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ check_statically_linked() {
26
26
}
27
27
28
28
# rescript
29
- mv lib-ocaml lib/ocaml
29
+ mv lib-ocaml packages/@rescript/runtime/ lib/ocaml
30
30
31
31
# @rescript/{target}
32
32
chmod +x binaries-* /* .exe
@@ -40,4 +40,4 @@ check_statically_linked "packages/@rescript/linux-arm64/bin"
40
40
41
41
# @rescript/std
42
42
mkdir -p packages/std/lib
43
- cp -R lib/es6 lib/js packages/std/lib
43
+ cp -R packages/@rescript/runtime/ lib/es6 packages/@rescript/runtime/ lib/js packages/std/lib
You can’t perform that action at this time.
0 commit comments