Skip to content

Commit

Permalink
build: update pkg-prebuilds-copy invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed May 26, 2024
1 parent 16a4f73 commit 2fb1b30
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ jobs:
- name: Generate addon prebuild
run: |
pnpm -F highs-addon exec pkg-prebuilds-copy \
--baseDir=buid/Release \
--source=$BINDING_NAME.node \
--napi_version=$NAPI_VERSION \
--source build/Release/$BINDING_NAME.node \
--name=$BINDING_NAME \
--strip
- name: Upload prebuild
Expand Down Expand Up @@ -171,8 +172,9 @@ jobs:
cd workspace/packages/highs-addon
npm run build
npm exec pkg-prebuilds-copy -- \
--baseDir=buid/Release \
--source=$BINDING_NAME.node \
--napi_version=$NAPI_VERSION \
--source build/Release/$BINDING_NAME.node \
--name=$BINDING_NAME \
--libc=${{ matrix.libc }} \
--strip
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.3",
"version": "0.6.4",
"private": true,
"repository": "github:opvious/highs.ts",
"author": "Opvious Engineering <oss@opvious.io>",
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.3",
"version": "0.6.4",
"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.3",
"version": "0.6.4",
"repository": "github:opvious/highs.ts",
"description": "Node.js binding for the HiGHS optimization solver",
"keywords": [
Expand Down

0 comments on commit 2fb1b30

Please sign in to comment.