From df21a93c2dbf1b6f05daf94656f41af6fe69537e Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:09:31 -0600 Subject: [PATCH] Update build_updatexml.yml --- .github/workflows/build_updatexml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_updatexml.yml b/.github/workflows/build_updatexml.yml index 82f1e9a..d3e888c 100644 --- a/.github/workflows/build_updatexml.yml +++ b/.github/workflows/build_updatexml.yml @@ -143,7 +143,7 @@ jobs: tree.write(out_path, encoding="utf-8", xml_declaration=True) print(f"Wrote: {out_path}") -PY + PY - name: Upload updates.xml artifact uses: actions/upload-artifact@v4