Skip to content

Commit

Permalink
fix: fix CI script to find the correct path to prebuild binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
carl0shd committed Dec 31, 2024
1 parent 0212cf4 commit 1fbe191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: yarn install --ignore-scripts # --ignore-scripts to avoid unwanted crashes during dependency installation.

- name: Build Prebuilt Binaries
working-directory: packages/core
run: yarn prebuildify --napi # Runs the prebuild step to prepare binaries.

- name: Create Release Pull Request or Publish to npm
Expand Down

0 comments on commit 1fbe191

Please sign in to comment.