File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -118857,10 +118857,10 @@ function run() {
118857
118857
core.warning(`Artifact '${artifactName}' digest validation failed. Please verify the integrity of the artifact.`);
118858
118858
}
118859
118859
}
118860
- core.info(`Total of ${artifacts.length} artifact(s) downloaded`);
118861
- core.setOutput(constants_1.Outputs.DownloadPath, resolvedPath);
118862
- core.info('Download artifact has finished successfully');
118863
118860
}
118861
+ core.info(`Total of ${artifacts.length} artifact(s) downloaded`);
118862
+ core.setOutput(constants_1.Outputs.DownloadPath, resolvedPath);
118863
+ core.info('Download artifact has finished successfully');
118864
118864
});
118865
118865
}
118866
118866
exports.run = run;
Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ export async function run(): Promise<void> {
138
138
)
139
139
}
140
140
}
141
- core . info ( `Total of ${ artifacts . length } artifact(s) downloaded` )
142
- core . setOutput ( Outputs . DownloadPath , resolvedPath )
143
- core . info ( 'Download artifact has finished successfully' )
144
141
}
142
+ core . info ( `Total of ${ artifacts . length } artifact(s) downloaded` )
143
+ core . setOutput ( Outputs . DownloadPath , resolvedPath )
144
+ core . info ( 'Download artifact has finished successfully' )
145
145
}
146
146
147
147
run ( ) . catch ( err =>
You can’t perform that action at this time.
0 commit comments