diff --git a/src/index.js b/src/index.js index 6cdbd315..3fe62491 100644 --- a/src/index.js +++ b/src/index.js @@ -142,7 +142,7 @@ async function publishBundle(bundle, handlers, outputDir, isLocal, apiToken) { /** @type {import("./upload").BundleInfo} */ const bundleInfo = { - sha: shasum.digest("hex"), + sha: `${shasum.digest("hex")}.js`, handlers, // needs to have length of the byte representation, not the string length content_length: buf.length,