feat: log when each asset is successfully uploaded

Signed-off-by: WANG Xuerui <git@xen0n.name>
This commit is contained in:
WANG Xuerui 2024-12-23 15:06:37 +08:00
parent 0b3b1e3ef6
commit 3b7f7ff543
No known key found for this signature in database
GPG key ID: 99797B0EB13A6337

View file

@ -198,6 +198,7 @@ export const upload = async (
}\n${json.message}\n${JSON.stringify(json.errors)}`,
);
}
console.log(`✅ Uploaded ${name}`);
return json;
} finally {
await fh.close();