We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a7133 commit 35bbd81Copy full SHA for 35bbd81
2 files changed
dist/index.js
@@ -6729,6 +6729,8 @@ async function downloadCLI(){
6729
6730
pathToCLI = await tc.extractZip(pathToCLIZip);
6731
6732
+ fs.chmodSync(pathToCLI, '755');
6733
+
6734
core.addPath(pathToCLI);
6735
6736
index.js
@@ -27,6 +27,8 @@ async function downloadCLI(){
27
28
29
30
31
32
33
34
0 commit comments