We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36aff0 commit 537f560Copy full SHA for 537f560
src/artifact.ts
@@ -11,7 +11,7 @@ export async function uploadToArtifact(
11
12
const files = await Promise.all(
13
reports.map(async ({ repository, diff }) => {
14
- const file = `${repository.directoryName}.path`;
+ const file = `${repository.directoryName}.diff`;
15
await writeFile(path.join(GITHUB_WORKSPACE, file), diff);
16
return file;
17
}),
0 commit comments