mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-06-29 06:36:02 +00:00
update test and run fmt/build
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
edc85f0b7e
commit
18f874a13d
4 changed files with 41 additions and 30 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue