Update release_from_version.yml
This commit is contained in:
6
.github/workflows/release_from_version.yml
vendored
6
.github/workflows/release_from_version.yml
vendored
@@ -250,12 +250,12 @@ jobs:
|
|||||||
echo "SHA256: $SHA"
|
echo "SHA256: $SHA"
|
||||||
|
|
||||||
# If a template exists, instantiate it
|
# If a template exists, instantiate it
|
||||||
if [ -f "templates/update_template.xml" ]; then
|
if [ -f "docs/templates/template_update.xml" ]; then
|
||||||
cp -f "templates/update_template.xml" "update.xml"
|
cp -f "docs/templates/template_update.xml" "update.xml"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f "update.xml" ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user