From ebf2692bba85ee2e4c3df981c47c7cce3060b6a5 Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Wed, 21 Feb 2024 18:38:53 +0100 Subject: [PATCH] :construction_worker: Update workflow --- .github/workflows/publish-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index c5036a3..ab1fca1 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -104,7 +104,7 @@ jobs: if [ "${{ matrix.build.OS }}" = "windows-2022" ]; then bin="${bin}.exe" fi - cp "../target/${{ matrix.build.TARGET }}/release/${bin}" "${node_pkg}/bin" + cp "target/${{ matrix.build.TARGET }}/release/${bin}" "${node_pkg}/bin" # publish the package cd "${node_pkg}" npm publish --access public --dry-run