diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58020b7..54cb5c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,6 +66,7 @@ jobs: uses: actions/download-artifact@v4 with: name: binaries + path: dist - name: Set the release version shell: bash @@ -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: