Skip to content

Commit 8424e93

Browse files
authored
fix(ci): Fix root directory for size limit result upload (#11198)
1 parent 125b368 commit 8424e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/size-limit-gh-action/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ async function run() {
219219
});
220220
const files = await globber.glob();
221221

222-
await artifactClient.uploadArtifact(ARTIFACT_NAME, files, process.env);
222+
await artifactClient.uploadArtifact(ARTIFACT_NAME, files, __dirname);
223223

224224
return;
225225
}

0 commit comments

Comments
 (0)