Skip to content

Commit 04a0fc2

Browse files
committed
wip
1 parent 2476c68 commit 04a0fc2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144155,10 +144155,10 @@ function prepareNPMArtifacts() {
144155144155
function bundleNPMArtifacts() {
144156144156
return __awaiter(this, void 0, void 0, function* () {
144157144157
if (!compilerVersion) {
144158-
throw new Error("Prepare bundle-npm-artifacts needs `bundle-npm-artifacts-compiler-version` field to be set in github actions");
144158+
throw new Error("Prepare bundle-npm-artifacts needs `ocaml-compiler-version` field to be set in github actions");
144159144159
}
144160144160
if (!staticCompilerVersion) {
144161-
throw new Error("Prepare bundle-npm-artifacts needs `bundle-npm-artifacts-static-compiler-version` field to be set in github actions");
144161+
throw new Error("Prepare bundle-npm-artifacts needs `ocaml-static-compiler-version` field to be set in github actions");
144162144162
}
144163144163
external_fs_.statSync(workingDirectory);
144164144164
process.chdir(workingDirectory);

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,13 +364,13 @@ async function prepareNPMArtifacts() {
364364
async function bundleNPMArtifacts() {
365365
if (!compilerVersion) {
366366
throw new Error(
367-
"Prepare bundle-npm-artifacts needs `bundle-npm-artifacts-compiler-version` field to be set in github actions"
367+
"Prepare bundle-npm-artifacts needs `ocaml-compiler-version` field to be set in github actions"
368368
);
369369
}
370370

371371
if (!staticCompilerVersion) {
372372
throw new Error(
373-
"Prepare bundle-npm-artifacts needs `bundle-npm-artifacts-static-compiler-version` field to be set in github actions"
373+
"Prepare bundle-npm-artifacts needs `ocaml-static-compiler-version` field to be set in github actions"
374374
);
375375
}
376376

0 commit comments

Comments
 (0)