We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f014e59 commit 9a5d72bCopy full SHA for 9a5d72b
.github/workflows/ci.yml
@@ -448,7 +448,7 @@ jobs:
448
uses: actions/upload-artifact@v4
449
with:
450
name: lib-ocaml
451
- path: lib/ocaml
+ path: packages/@rescript/runtime/lib/ocaml
452
453
- name: Generate API Docs
454
if: ${{ matrix.generate_api_docs }}
.github/workflows/moveArtifacts.sh
@@ -26,7 +26,7 @@ check_statically_linked() {
26
}
27
28
# rescript
29
-mv lib-ocaml lib/ocaml
+mv lib-ocaml packages/@rescript/runtime/lib/ocaml
30
31
# @rescript/{target}
32
chmod +x binaries-*/*.exe
0 commit comments