Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Oct 2, 2024
1 parent 70e4c3b commit 6f3743d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ uploadSpecJson.files.push({ pattern: sourcePath, target: targetPath });

// check for an associated sigstore signature
if (fs.existsSync(`${sourcePath}.bundle`)) {
uploadSpecFile.files.push({ pattern: `${sourcePath}.bundle`, target: targetPath})
uploadSpecJson.files.push({ pattern: `${sourcePath}.bundle`, target: targetPath})
}

jsonfile.writeFileSync(uploadSpecFile, uploadSpecJson, { spaces: 4 });
Expand Down

0 comments on commit 6f3743d

Please sign in to comment.