BUILD_RELEASE: debugging what is causing the exit from generate-body

This commit is contained in:
XargonWan 2024-11-13 15:31:18 +09:00
parent bcb95dc30b
commit a0ee3203cf

View file

@ -145,7 +145,7 @@ jobs:
- name: Extract XML Description - name: Extract XML Description
uses: Mudlet/xmlstarlet-action@master uses: Mudlet/xmlstarlet-action@master
with: with:
args: sel -t -c "/component/releases/release[1]/description/*" ./net.retrodeck.retrodeck.appdata.xml args: sel -t -v "/component/releases/release[1]/description/p" ./net.retrodeck.retrodeck.appdata.xml
# Generate Release Body # Generate Release Body
- name: Generate release body text - name: Generate release body text