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