Skip to content

Commit 16f7f2e

Browse files
use both chmodSync and chmod
1 parent 98218c3 commit 16f7f2e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6727,6 +6727,7 @@ async function downloadCLI(){
67276727

67286728
pathToCLI = await tc.extractZip(pathToCLIZip);
67296729

6730+
fs.chmodSync(pathToCLI, '777')
67306731

67316732
core.info(`Stackql CLI path is ${pathToCLI}.`);
67326733

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ async function downloadCLI(){
2525

2626
pathToCLI = await tc.extractZip(pathToCLIZip);
2727

28+
fs.chmodSync(pathToCLI, '777')
2829

2930
core.info(`Stackql CLI path is ${pathToCLI}.`);
3031

0 commit comments

Comments
 (0)