mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-03-13 14:30:15 +08:00
undone changes
This commit is contained in:
parent
19c4b6ca84
commit
621295feb1
2
dist/cleanup/index.js
generated
vendored
2
dist/cleanup/index.js
generated
vendored
@ -74451,7 +74451,7 @@ function generateReports() {
|
||||
return;
|
||||
}
|
||||
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);
|
||||
if (areJobReportsEnabled()) {
|
||||
core.summary.addRaw(report);
|
||||
|
2
dist/main/index.js
generated
vendored
2
dist/main/index.js
generated
vendored
@ -74550,7 +74550,7 @@ function generateReports() {
|
||||
return;
|
||||
}
|
||||
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);
|
||||
if (areJobReportsEnabled()) {
|
||||
core.summary.addRaw(report);
|
||||
|
@ -134,7 +134,7 @@ export async function generateReports(): Promise<void> {
|
||||
fs.readFileSync(BUILD_OUTPUT_JSON_PATH, 'utf8')
|
||||
)
|
||||
|
||||
await saveReportJson(JSON.stringify(buildOutput))
|
||||
saveReportJson(JSON.stringify(buildOutput))
|
||||
|
||||
const report = createReport(buildOutput)
|
||||
if (areJobReportsEnabled()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user