Change to directory to PATH rather than binary

This commit is contained in:
Thomas A. Christensen II 2022-06-13 14:09:12 -05:00
parent aff1680f32
commit a9be6482af
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -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);