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 59bbcb7 commit 2da8a56Copy full SHA for 2da8a56
dev-packages/size-limit-gh-action/index.mjs
@@ -219,7 +219,7 @@ async function run() {
219
});
220
const files = await globber.glob();
221
222
- await artifactClient.uploadArtifact(ARTIFACT_NAME, files, process.env);
+ await artifactClient.uploadArtifact(ARTIFACT_NAME, files, __dirname);
223
224
return;
225
}
0 commit comments