Skip to content

Commit c4a0e92

Browse files
committed
add cloud foundry build to release
1 parent 1d3e036 commit c4a0e92

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/release-mta.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,24 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- name: Download artifact
14+
- name: Download XSA artifact
1515
uses: dawidd6/action-download-artifact@v2
1616
with:
1717
workflow: build-mta-hana.yml
1818
workflow_conclusion: success
1919
name: mta
20+
- name: Download CF artifact
21+
uses: dawidd6/action-download-artifact@v2
22+
with:
23+
workflow: build-mta-cf.yml
24+
workflow_conclusion: success
25+
name: mta
2026
- name: Display structure of downloaded files
2127
run: ls -R
2228
- name: Release
2329
uses: softprops/action-gh-release@v1
2430
if: startsWith(github.ref, 'refs/tags/')
2531
with:
26-
files: bookshop-demo-xsa.mtar
32+
files: |
33+
bookshop-demo-xsa.mtar
34+
bookshop-demo-cf.mtar

0 commit comments

Comments
 (0)