From e28ab8cb37bdf319aaa147073246185b00295a92 Mon Sep 17 00:00:00 2001 From: Thet Naing Tun Date: Mon, 18 Dec 2023 22:21:02 +0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76f5bb7..28098b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: