Skip to content

Commit

Permalink
upload only CF build
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Sep 4, 2024
1 parent d8610f5 commit 08e8d15
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/release-mta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Download XSA artifact
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-mta-hana.yml
workflow_conclusion: success
name: mta
# - name: Download XSA artifact
# uses: dawidd6/action-download-artifact@v6
# with:
# workflow: build-mta-hana.yml
# workflow_conclusion: success
# name: mta
- name: Download CF artifact
uses: dawidd6/action-download-artifact@v6
with:
Expand All @@ -29,6 +29,7 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
bookshop-demo-xsa.mtar
bookshop-demo-cf.mtar
files: bookshop-demo-cf.mtar
# files: |
# bookshop-demo-xsa.mtar
# bookshop-demo-cf.mtar

0 comments on commit 08e8d15

Please sign in to comment.