From 1273a01516a3792d93c716a319ffb836839cfee8 Mon Sep 17 00:00:00 2001 From: thetnaingtn Date: Sun, 17 Dec 2023 20:37:41 +0700 Subject: [PATCH] update release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: