Skip to content

Commit 78b6bfe

Browse files
committed
Fix pkg-pr-new
1 parent f014e59 commit 78b6bfe

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ jobs:
448448
uses: actions/upload-artifact@v4
449449
with:
450450
name: lib-ocaml
451-
path: lib/ocaml
451+
path: packages/@rescript/runtime/lib/ocaml
452452

453453
- name: Generate API Docs
454454
if: ${{ matrix.generate_api_docs }}

.github/workflows/moveArtifacts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ check_statically_linked() {
2626
}
2727

2828
# rescript
29-
mv lib-ocaml lib/ocaml
29+
mv lib-ocaml packages/@rescript/runtime/lib/ocaml
3030

3131
# @rescript/{target}
3232
chmod +x binaries-*/*.exe
@@ -40,4 +40,4 @@ check_statically_linked "packages/@rescript/linux-arm64/bin"
4040

4141
# @rescript/std
4242
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

packages/@rescript/runtime/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"files": [
3333
"lib/es6",
3434
"lib/js",
35+
"lib/ocaml",
3536
"*.res",
3637
"*.resi"
3738
],

0 commit comments

Comments
 (0)