Skip to content

Commit b87c308

Browse files
committed
Improvements
1 parent 4182c9e commit b87c308

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31734,6 +31734,7 @@ class Artifacts {
3173431734
core.endGroup();
3173531735
throw new Error(`Failed creating artifacts: ${error}`);
3173631736
}
31737+
core.endGroup();
3173731738
}
3173831739
async compile() {
3173931740
const result = await exec.exec(Artifacts.COMMAND);

src/model/artifacts.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ export class Artifacts {
2525
core.endGroup();
2626
throw new Error(`Failed creating artifacts: ${error}`);
2727
}
28+
29+
core.endGroup();
2830
}
2931

3032
private async compile(): Promise<void> {

0 commit comments

Comments
 (0)