Skip to content

Commit

Permalink
build: fix prebuild base path
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed May 26, 2024
1 parent 2fb1b30 commit 2b61892
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Generate addon prebuild
run: |
pnpm -F highs-addon exec pkg-prebuilds-copy \
--baseDir=buid/Release \
--baseDir=build/Release \
--source=$BINDING_NAME.node \
--napi_version=$NAPI_VERSION \
--name=$BINDING_NAME \
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
cd workspace/packages/highs-addon
npm run build
npm exec pkg-prebuilds-copy -- \
--baseDir=buid/Release \
--baseDir=build/Release \
--source=$BINDING_NAME.node \
--napi_version=$NAPI_VERSION \
--name=$BINDING_NAME \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highs-packages",
"version": "0.6.4",
"version": "0.6.5",
"private": true,
"repository": "github:opvious/highs.ts",
"author": "Opvious Engineering <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/highs-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highs-addon",
"version": "0.6.4",
"version": "0.6.5",
"repository": "github:opvious/highs.ts",
"description": "Low-level Node.js binding for the HiGHS optimization solver",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/highs-solver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highs-solver",
"version": "0.6.4",
"version": "0.6.5",
"repository": "github:opvious/highs.ts",
"description": "Node.js binding for the HiGHS optimization solver",
"keywords": [
Expand Down

0 comments on commit 2b61892

Please sign in to comment.