Skip to content

Commit d86c022

Browse files
committed
platform testing
1 parent a15955c commit d86c022

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
@@ -6727,7 +6727,7 @@ async function downloadCLI(osPlatform){
67276727
// let tmpPath = await tc.extractXar(await tc.downloadTool(url));
67286728
let tmpPath = await tc.downloadTool(url);
67296729
core.info(`extracting mac pkg in ${tmpPath}...`);
6730-
const installPath = '/Users/runner/work/_temp/';
6730+
const installPath = '/Users/runner/work/_temp/stackql';
67316731
execSync(`pkgutil --expand ${tmpPath} ${installPath}`);
67326732
return installPath;
67336733
case 'linux':

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function downloadCLI(osPlatform){
2525
// let tmpPath = await tc.extractXar(await tc.downloadTool(url));
2626
let tmpPath = await tc.downloadTool(url);
2727
core.info(`extracting mac pkg in ${tmpPath}...`);
28-
const installPath = '/Users/runner/work/_temp/';
28+
const installPath = '/Users/runner/work/_temp/stackql';
2929
execSync(`pkgutil --expand ${tmpPath} ${installPath}`);
3030
return installPath;
3131
case 'linux':

0 commit comments

Comments
 (0)