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 17, 2023
1 parent 4574ca6 commit 1273a01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: binaries
path: dist

- name: Set the release version
shell: bash
Expand All @@ -92,7 +93,7 @@ jobs:
if [ "${node_os}" = "windows" ]; then
bin="${bin}.exe"
fi
install -D ../dump/${{ matrix.os }}/${bin} ${node_pkg}/bin/${bin}
install -D ../dist/dump/${{ matrix.os }}/${bin} ${node_pkg}/bin/${bin}
cd "${node_pkg}"
npm publish --access public
env:
Expand Down

0 comments on commit 1273a01

Please sign in to comment.