Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 16, 2025
1 parent 4c9924d commit 8760227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ class GenHIE {
}
if (!this.installed) {
core.info(`Skipping, implicit-hie was not successfully installed`);
return;
}
const yaml = await this.stack.read(["exec", "--", "gen-hie", "--stack"]);
fs.writeFileSync(this.path, yaml);
Expand Down

0 comments on commit 8760227

Please sign in to comment.