mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 01:46:04 +00:00
Change to directory to PATH rather than binary
This commit is contained in:
parent
aff1680f32
commit
a9be6482af
1 changed files with 1 additions and 1 deletions
2
index.js
2
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`);
|
core.info(`Downloaded \`nextflow\` to ${nf_path} and added to PATH`);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
core.setFailed(e.message);
|
core.setFailed(e.message);
|
||||||
|
|
Loading…
Reference in a new issue