From b6dd552140b5acc1fa0ef98ba41dcda3237b2df5 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Sat, 10 Feb 2024 10:31:22 -0500 Subject: [PATCH] Build --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index a96a811..9a5d71f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -272,7 +272,7 @@ async function run() { core.info(`Package hash ${hashes.package}`); core.info(`Sources hash ${hashes.sources}`); const stack = new exec_stack_1.ExecStack(inputs.stackYaml, inputs.stackArguments); - const stackRoot = (await stack.parse(["path", "--stack-root]"], parse_stack_path_1.parseStackPath))["stack-root"]; + const stackRoot = "~/.stack"; core.info(`Stack root: ${stackRoot}`); const stackYaml = (0, stack_yaml_1.readStackYamlSync)(inputs.stackYaml); const stackWorks = (0, stack_yaml_1.packagesStackWorks)(stackYaml);