diff --git a/src/github.ts b/src/github.ts index d970132..b7ce3d2 100644 --- a/src/github.ts +++ b/src/github.ts @@ -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();