Skip to content

Commit a484d03

Browse files
committed
Manually edit artifacts.json to please CI
1 parent c174338 commit a484d03

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

jscomp/artifacts.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@
1212
"rescript"
1313
],
1414
"darwin": [
15+
"bsb_helper.exe",
16+
"bsc.exe",
1517
"ninja.COPYING",
1618
"ninja.exe",
17-
"refmt.exe"
19+
"refmt.exe",
20+
"rescript.exe"
1821
],
1922
"darwinarm64": [
2023
"bsb_helper.exe",
@@ -35,7 +38,6 @@
3538
],
3639
"lib": [
3740
"bstracing",
38-
"build.ninja",
3941
"minisocket.js"
4042
],
4143
"lib/4.06.1": [
@@ -928,9 +930,12 @@
928930
"uchar.mli"
929931
],
930932
"linux": [
933+
"bsb_helper.exe",
934+
"bsc.exe",
931935
"ninja.COPYING",
932936
"ninja.exe",
933-
"refmt.exe"
937+
"refmt.exe",
938+
"rescript.exe"
934939
],
935940
"openbsd": [
936941
".keep"
@@ -973,11 +978,15 @@
973978
"validate.js"
974979
],
975980
"vendor": [
981+
"ninja.tar.gz",
976982
"ocaml.tar.gz"
977983
],
978984
"win32": [
985+
"bsb_helper.exe",
986+
"bsc.exe",
979987
"ninja.COPYING",
980988
"ninja.exe",
981-
"refmt.exe"
989+
"refmt.exe",
990+
"rescript.exe"
982991
]
983992
}

0 commit comments

Comments
 (0)