Skip to content

Commit f5af36e

Browse files
committed
allow multiple jobs
1 parent 73b5d59 commit f5af36e

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

dist/main/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sc/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sc/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/statCollector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ async function saveMetricsToArtifact(
233233
logger.info(metrics + ` stats saved to ${outFilePath}`)
234234
await artifact
235235
.uploadArtifact(
236-
`${metrics}-stats-${github.context.runId}`,
236+
`${metrics}-stats_${github.context.runId}_${github.context.job}`,
237237
[outFilePath],
238238
path.dirname(outFilePath),
239239
{

0 commit comments

Comments
 (0)