Skip to content

Commit

Permalink
Format & Build
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma authored and actions-user committed May 21, 2020
1 parent d5fd3aa commit 668087d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9461,7 +9461,8 @@ function install() {
yield exec.exec('chmod', ['+x', temp], { silent: true, ignoreReturnCode: true });
const binPath = '/home/runner/bin';
yield io.mkdirP(binPath);
yield io.mv(temp, path.join(binPath, 'cs'));
yield io.cp(temp, path.join(binPath, 'cs'));
yield io.rmRF(temp);
core.addPath(binPath);
}
catch (error) {
Expand Down

0 comments on commit 668087d

Please sign in to comment.