Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
widoz committed Mar 17, 2024
1 parent 4182c9e commit b87c308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31734,6 +31734,7 @@ class Artifacts {
core.endGroup();
throw new Error(`Failed creating artifacts: ${error}`);
}
core.endGroup();
}
async compile() {
const result = await exec.exec(Artifacts.COMMAND);
Expand Down
2 changes: 2 additions & 0 deletions src/model/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export class Artifacts {
core.endGroup();
throw new Error(`Failed creating artifacts: ${error}`);
}

core.endGroup();
}

private async compile(): Promise<void> {
Expand Down

0 comments on commit b87c308

Please sign in to comment.