Skip to content

Commit 129fd75

Browse files
committed
platform testing
1 parent c45c9c8 commit 129fd75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6729,7 +6729,7 @@ async function downloadCLI(osPlatform){
67296729
core.info(`extracting mac pkg in ${tmpPath}...`);
67306730
const installPath = '/Users/runner/work/_temp/stackql-pkg';
67316731
execSync(`pkgutil --expand-full ${tmpPath} ${installPath}`);
6732-
return `${installPath}/Payload/stackql`;
6732+
return `${installPath}/Payload`;
67336733
case 'linux':
67346734
return await tc.extractZip(await tc.downloadTool(url));
67356735
default:

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function downloadCLI(osPlatform){
2727
core.info(`extracting mac pkg in ${tmpPath}...`);
2828
const installPath = '/Users/runner/work/_temp/stackql-pkg';
2929
execSync(`pkgutil --expand-full ${tmpPath} ${installPath}`);
30-
return `${installPath}/Payload/stackql`;
30+
return `${installPath}/Payload`;
3131
case 'linux':
3232
return await tc.extractZip(await tc.downloadTool(url));
3333
default:

0 commit comments

Comments
 (0)