From a9be6482af5bfee7189886582937e8000cf36e32 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 13 Jun 2022 14:09:12 -0500 Subject: [PATCH] Change to directory to PATH rather than binary --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ce0d3be..d155b91 100644 --- a/index.js +++ b/index.js @@ -124,7 +124,7 @@ async function run() { } ); - core.addPath(nf_path); + core.addPath(temp_install_dir); core.info(`Downloaded \`nextflow\` to ${nf_path} and added to PATH`); } catch (e) { core.setFailed(e.message);