Skip to content

Commit 95bb479

Browse files
debug chmod issue
1 parent f2327eb commit 95bb479

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/set-up-stackql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ jobs:
2525

2626
- name: Validate Stackql Version
2727
run: |
28+
which stackql
2829
chmod +x $(which stackql)
2930
stackql --version

dist/index.js

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

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

6730-
fs.chmodSync(pathToCLI, '777')
67316730

67326731
core.info(`Stackql CLI path is ${pathToCLI}.`);
67336732

index.js

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

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

28-
fs.chmodSync(pathToCLI, '777')
2928

3029
core.info(`Stackql CLI path is ${pathToCLI}.`);
3130

0 commit comments

Comments
 (0)