Skip to content

Commit 08e8d15

Browse files
committed
upload only CF build
1 parent d8610f5 commit 08e8d15

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/release-mta.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff 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:
@@ -29,6 +29,7 @@ jobs:
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

0 commit comments

Comments
 (0)