mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
BUILD_RELEASE: debugging what is causing the exit from generate-body
This commit is contained in:
parent
728358f518
commit
d765ba8dcc
2
.github/workflows/build_release.yml
vendored
2
.github/workflows/build_release.yml
vendored
|
@ -154,7 +154,7 @@ jobs:
|
|||
echo "[DEBUG] CHECKPOINT 2"
|
||||
|
||||
# Debug
|
||||
xmlstarlet sel -t -v "/component/releases/release[1]/description/*" "$xml_file" -n
|
||||
xmlstarlet sel -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file"
|
||||
|
||||
# Extract the raw description content using xmlstarlet with error handling
|
||||
raw_description=$(xmlstarlet sel -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file" 2>&1)
|
||||
|
|
Loading…
Reference in a new issue