undone changes

This commit is contained in:
jpaul 2023-11-13 06:09:54 +01:00
parent 19c4b6ca84
commit 621295feb1
4 changed files with 72 additions and 72 deletions

2
dist/cleanup/index.js generated vendored
View File

@ -74451,7 +74451,7 @@ function generateReports() {
return; return;
} }
const buildOutput = JSON.parse(fs.readFileSync(BUILD_OUTPUT_JSON_PATH, 'utf8')); const buildOutput = JSON.parse(fs.readFileSync(BUILD_OUTPUT_JSON_PATH, 'utf8'));
yield (0, utils_1.saveReportJson)(JSON.stringify(buildOutput)); (0, utils_1.saveReportJson)(JSON.stringify(buildOutput));
const report = createReport(buildOutput); const report = createReport(buildOutput);
if (areJobReportsEnabled()) { if (areJobReportsEnabled()) {
core.summary.addRaw(report); core.summary.addRaw(report);

2
dist/main/index.js generated vendored
View File

@ -74550,7 +74550,7 @@ function generateReports() {
return; return;
} }
const buildOutput = JSON.parse(fs.readFileSync(BUILD_OUTPUT_JSON_PATH, 'utf8')); const buildOutput = JSON.parse(fs.readFileSync(BUILD_OUTPUT_JSON_PATH, 'utf8'));
yield (0, utils_1.saveReportJson)(JSON.stringify(buildOutput)); (0, utils_1.saveReportJson)(JSON.stringify(buildOutput));
const report = createReport(buildOutput); const report = createReport(buildOutput);
if (areJobReportsEnabled()) { if (areJobReportsEnabled()) {
core.summary.addRaw(report); core.summary.addRaw(report);

View File

@ -134,7 +134,7 @@ export async function generateReports(): Promise<void> {
fs.readFileSync(BUILD_OUTPUT_JSON_PATH, 'utf8') fs.readFileSync(BUILD_OUTPUT_JSON_PATH, 'utf8')
) )
await saveReportJson(JSON.stringify(buildOutput)) saveReportJson(JSON.stringify(buildOutput))
const report = createReport(buildOutput) const report = createReport(buildOutput)
if (areJobReportsEnabled()) { if (areJobReportsEnabled()) {