update test and run fmt/build

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2025-06-11 01:53:02 -04:00
parent edc85f0b7e
commit 18f874a13d
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
4 changed files with 41 additions and 30 deletions

View file

@ -170,7 +170,7 @@ export const upload = async (
if (currentAsset) {
if (config.input_overwrite_files === false) {
console.log(
`Asset ${name} already exists and overwrite_files is false...`
`Asset ${name} already exists and overwrite_files is false...`,
);
return null;
} else {