Skip to content

Commit 35bbd81

Browse files
added chmod
1 parent 11a7133 commit 35bbd81

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

dist/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6729,6 +6729,8 @@ async function downloadCLI(){
67296729

67306730
pathToCLI = await tc.extractZip(pathToCLIZip);
67316731

6732+
fs.chmodSync(pathToCLI, '755');
6733+
67326734
core.addPath(pathToCLI);
67336735

67346736

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ async function downloadCLI(){
2727

2828
pathToCLI = await tc.extractZip(pathToCLIZip);
2929

30+
fs.chmodSync(pathToCLI, '755');
31+
3032
core.addPath(pathToCLI);
3133

3234

0 commit comments

Comments
 (0)