update_release_script_to_use_finish_event_instead_of_end

This commit is contained in:
Brian Joseph Petro 2025-04-25 06:51:19 -04:00
parent 776eba5c57
commit 904840d27c

View file

@ -106,7 +106,7 @@ rl_interface.question(`Confirm release version (${version}): `, (confirmed_versi
throw err; throw err;
}); });
archive.on('end', async function() { archive.on('finish', async function() {
console.log('Archive wrote %d bytes', archive.pointer()); console.log('Archive wrote %d bytes', archive.pointer());
// Upload zip file after archive has been finalized // Upload zip file after archive has been finalized