mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
BUILD_RELEASE: debugging what is causing the exit from generate-body
This commit is contained in:
parent
a0ee3203cf
commit
2c3174a76b
3
.github/workflows/build_release.yml
vendored
3
.github/workflows/build_release.yml
vendored
|
@ -144,8 +144,9 @@ jobs:
|
|||
|
||||
- name: Extract XML Description
|
||||
uses: Mudlet/xmlstarlet-action@master
|
||||
id: extract-description
|
||||
with:
|
||||
args: sel -t -v "/component/releases/release[1]/description/p" ./net.retrodeck.retrodeck.appdata.xml
|
||||
args: sel -t -v "/component/releases/release[1]/description//text()" ./net.retrodeck.retrodeck.appdata.xml
|
||||
|
||||
# Generate Release Body
|
||||
- name: Generate release body text
|
||||
|
|
Loading…
Reference in a new issue