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
b4e4cdd607
commit
346baf4d19
2
.github/workflows/build_release.yml
vendored
2
.github/workflows/build_release.yml
vendored
|
@ -154,7 +154,7 @@ jobs:
|
|||
echo "[DEBUG] CHECKPOINT 2"
|
||||
|
||||
# Extract the raw description content using xmlstarlet
|
||||
raw_description=$(xmlstarlet sel -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file" 2>/dev/null)
|
||||
raw_description=$(xmlstarlet sel -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file")
|
||||
|
||||
echo "[DEBUG] CHECKPOINT 3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue