We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3e036 commit c4a0e92Copy full SHA for c4a0e92
.github/workflows/release-mta.yml
@@ -11,16 +11,24 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - name: Download artifact
+ - name: Download XSA artifact
15
uses: dawidd6/action-download-artifact@v2
16
with:
17
workflow: build-mta-hana.yml
18
workflow_conclusion: success
19
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
26
- name: Display structure of downloaded files
27
run: ls -R
28
- name: Release
29
uses: softprops/action-gh-release@v1
30
if: startsWith(github.ref, 'refs/tags/')
31
- files: bookshop-demo-xsa.mtar
32
+ files: |
33
+ bookshop-demo-xsa.mtar
34
+ bookshop-demo-cf.mtar
0 commit comments