Skip to content

Commit fc57d95

Browse files
committed
ci: fix build workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 3f2c2b7 commit fc57d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ignoreReturnCode: true
4848
});
4949
if (resPrint.stderr.length > 0 && resPrint.exitCode != 0) {
50-
throw new Error(res.stderr);
50+
throw new Error(resPrint.stderr);
5151
}
5252
def = JSON.parse(resPrint.stdout.trim());
5353
});

0 commit comments

Comments
 (0)