mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 18:44:19 +00:00
feat: log when each asset is successfully uploaded
Signed-off-by: WANG Xuerui <git@xen0n.name>
This commit is contained in:
parent
0b3b1e3ef6
commit
3b7f7ff543
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ export const upload = async (
|
||||||
}\n${json.message}\n${JSON.stringify(json.errors)}`,
|
}\n${json.message}\n${JSON.stringify(json.errors)}`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
console.log(`✅ Uploaded ${name}`);
|
||||||
return json;
|
return json;
|
||||||
} finally {
|
} finally {
|
||||||
await fh.close();
|
await fh.close();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue