From b35338e41c7767f5455009ce8a934a1c7a7b295a Mon Sep 17 00:00:00 2001 From: j-hc <25510067+j-hc@users.noreply.github.com> Date: Wed, 13 Nov 2024 03:34:40 +0300 Subject: [PATCH] Update utils.sh --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index 4f940f1..1005f8a 100755 --- a/utils.sh +++ b/utils.sh @@ -89,7 +89,7 @@ get_rv_prebuilts() { tag_name=v${tag_name%.*} fi if [ "$tag" = "Patches" ]; then - echo -e "[Changelog](https://github.com/${src}/releases/tag/${tag_name})\n" >>"${cl_dir}/changelog.md" + if [ ! -f "$file" ]; then echo -e "[Changelog](https://github.com/${src}/releases/tag/${tag_name})\n" >>"${cl_dir}/changelog.md"; fi if [ "$REMOVE_RV_INTEGRATIONS_CHECKS" = true ]; then if ! ( mkdir -p "${file}-zip" || return 1