Skip to content

Commit

Permalink
Build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Dec 31, 2023
1 parent fe831dc commit 084bd69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140525,6 +140525,7 @@ function generateJobSummary(buildResults, cacheListener) {
if (shouldGenerateJobSummary()) {
core.summary.addRaw(summaryTable);
core.summary.addRaw(cachingReport);
yield core.summary.write();
}
else {
core.info('============================');
Expand Down
2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/post/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137846,6 +137846,7 @@ function generateJobSummary(buildResults, cacheListener) {
if (shouldGenerateJobSummary()) {
core.summary.addRaw(summaryTable);
core.summary.addRaw(cachingReport);
yield core.summary.write();
}
else {
core.info('============================');
Expand Down
2 changes: 1 addition & 1 deletion dist/post/index.js.map

Large diffs are not rendered by default.

0 comments on commit 084bd69

Please sign in to comment.