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
4847623b9c
commit
bcb95dc30b
4
.github/workflows/build_release.yml
vendored
4
.github/workflows/build_release.yml
vendored
|
@ -144,10 +144,8 @@ jobs:
|
|||
|
||||
- name: Extract XML Description
|
||||
uses: Mudlet/xmlstarlet-action@master
|
||||
id: extract-description
|
||||
with:
|
||||
xml-file: "./net.retrodeck.retrodeck.appdata.xml"
|
||||
xpath: "/component/releases/release[1]/description/*"
|
||||
args: sel -t -c "/component/releases/release[1]/description/*" ./net.retrodeck.retrodeck.appdata.xml
|
||||
|
||||
# Generate Release Body
|
||||
- name: Generate release body text
|
||||
|
|
Loading…
Reference in a new issue