From 238391b8861a37358dd7c19db81e6f3751162236 Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Tue, 24 Feb 2026 18:06:30 +0100 Subject: [PATCH] fix: appcast single item with release notes --- .github/workflows/build.yml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac22c958..f1f4aa12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -738,43 +738,40 @@ jobs: WIN_INSTALLER_SIZE=$(cat artifacts/windows-installer/win-installer-size.txt) fi - cat > appcast.xml << 'XMLEOF' + cat > appcast.xml << XMLEOF Plezy Updates - XMLEOF - - # macOS entry - if [ -n "$MACOS_ED_SIG" ]; then - cat >> appcast.xml << XMLEOF Version ${VERSION} ${VERSION} + https://gh-html.edde746.dev/edde746/plezy/${VERSION} + XMLEOF + + # macOS enclosure + if [ -n "$MACOS_ED_SIG" ]; then + cat >> appcast.xml << XMLEOF - XMLEOF fi - # Windows entry + # Windows enclosure if [ -n "$WIN_ED_SIG" ]; then cat >> appcast.xml << XMLEOF - - Version ${VERSION} - ${VERSION} - XMLEOF fi cat >> appcast.xml << 'XMLEOF' + XMLEOF