File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - name : Download XSA artifact
15- uses : dawidd6/action-download-artifact@v6
16- with :
17- workflow : build-mta-hana.yml
18- workflow_conclusion : success
19- name : mta
14+ # - name: Download XSA artifact
15+ # uses: dawidd6/action-download-artifact@v6
16+ # with:
17+ # workflow: build-mta-hana.yml
18+ # workflow_conclusion: success
19+ # name: mta
2020 - name : Download CF artifact
2121 uses : dawidd6/action-download-artifact@v6
2222 with :
2929 uses : softprops/action-gh-release@v2
3030 if : startsWith(github.ref, 'refs/tags/')
3131 with :
32- files : |
33- bookshop-demo-xsa.mtar
34- bookshop-demo-cf.mtar
32+ files : bookshop-demo-cf.mtar
33+ # files: |
34+ # bookshop-demo-xsa.mtar
35+ # bookshop-demo-cf.mtar
You can’t perform that action at this time.
0 commit comments