From 2b6189214e6e4647b348d3f733cff659dfd52cbf Mon Sep 17 00:00:00 2001 From: Matthieu Monsch Date: Sun, 26 May 2024 09:49:12 -0700 Subject: [PATCH] build: fix prebuild base path --- .github/workflows/ci.yml | 4 ++-- package.json | 2 +- packages/highs-addon/package.json | 2 +- packages/highs-solver/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83c70bb..1adb457 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ @@ -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 \ diff --git a/package.json b/package.json index 6d8b67d..681088e 100644 --- a/package.json +++ b/package.json @@ -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 ", diff --git a/packages/highs-addon/package.json b/packages/highs-addon/package.json index e382d7a..b4fda8b 100644 --- a/packages/highs-addon/package.json +++ b/packages/highs-addon/package.json @@ -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": [ diff --git a/packages/highs-solver/package.json b/packages/highs-solver/package.json index d239f55..980f78c 100644 --- a/packages/highs-solver/package.json +++ b/packages/highs-solver/package.json @@ -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": [