From 18204ce9feddb25497a5671868c43f114d9535a2 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 23 Dec 2025 13:44:03 -0600 Subject: [PATCH] Update release_from_version.yml --- .github/workflows/release_from_version.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_from_version.yml b/.github/workflows/release_from_version.yml index bc04431..bc75f57 100644 --- a/.github/workflows/release_from_version.yml +++ b/.github/workflows/release_from_version.yml @@ -250,12 +250,12 @@ jobs: echo "SHA256: $SHA" # If a template exists, instantiate it - if [ -f "templates/update_template.xml" ]; then - cp -f "templates/update_template.xml" "update.xml" + if [ -f "docs/templates/template_update.xml" ]; then + cp -f "docs/templates/template_update.xml" "update.xml" fi if [ ! -f "update.xml" ]; then - echo "ERROR: update.xml not found and templates/update_template.xml not found." + echo "ERROR: update.xml not found and docs/templates/template_update.xml not found." exit 1 fi