Skip to content

Commit

Permalink
👷 Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Feb 21, 2024
1 parent cd8ed64 commit ebf2692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
if [ "${{ matrix.build.OS }}" = "windows-2022" ]; then
bin="${bin}.exe"
fi
cp "../target/${{ matrix.build.TARGET }}/release/${bin}" "${node_pkg}/bin"
cp "target/${{ matrix.build.TARGET }}/release/${bin}" "${node_pkg}/bin"
# publish the package
cd "${node_pkg}"
npm publish --access public --dry-run
Expand Down

0 comments on commit ebf2692

Please sign in to comment.