Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thetnaingtn committed Dec 18, 2023
1 parent ce7c947 commit e28ab8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
bin="${bin}.exe"
fi
pwd
install -D ../binaries/${{ matrix.os }}/${bin} ${node_pkg}/bin/${bin}
install -D ../${{ matrix.os }}/${bin} ${node_pkg}/bin/${bin}
cd "${node_pkg}"
npm publish --access public
env:
Expand Down

0 comments on commit e28ab8c

Please sign in to comment.