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

This commit is contained in:
XargonWan 2024-11-13 15:25:03 +09:00
parent 4847623b9c
commit bcb95dc30b

View file

@ -144,10 +144,8 @@ jobs:
- name: Extract XML Description - name: Extract XML Description
uses: Mudlet/xmlstarlet-action@master uses: Mudlet/xmlstarlet-action@master
id: extract-description
with: with:
xml-file: "./net.retrodeck.retrodeck.appdata.xml" args: sel -t -c "/component/releases/release[1]/description/*" ./net.retrodeck.retrodeck.appdata.xml
xpath: "/component/releases/release[1]/description/*"
# Generate Release Body # Generate Release Body
- name: Generate release body text - name: Generate release body text