We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4182c9e commit b87c308Copy full SHA for b87c308
dist/index.js
@@ -31734,6 +31734,7 @@ class Artifacts {
31734
core.endGroup();
31735
throw new Error(`Failed creating artifacts: ${error}`);
31736
}
31737
+ core.endGroup();
31738
31739
async compile() {
31740
const result = await exec.exec(Artifacts.COMMAND);
src/model/artifacts.ts
@@ -25,6 +25,8 @@ export class Artifacts {
25
26
27
28
+
29
30
31
32
private async compile(): Promise<void> {
0 commit comments