diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index a90c340..005b00d 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -96,6 +96,11 @@ jobs: for line in lines: if '' in line: out.append(stable_badge + chr(10)) + rest = line.replace(' ', '').replace('', '') + if rest.strip() and '' in rest: + out.append('' + chr(10)) + elif rest.strip(): + out.append(rest) elif '' in line: out.append('' + chr(10)) else: