Skip to content

Commit

Permalink
rename mtar of XSA Build
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed May 16, 2022
1 parent 277c5fd commit ca03dda
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mta-hana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: mta
path: bookshop-demo.mtar
path: bookshop-demo-xsa.mtar
deploy:
needs: build
runs-on: self-hosted
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release-mta-hana copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ jobs:
name: mta
- name: Display structure of downloaded files
run: ls -R
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: bookshop-demo-xsa.mtar
1 change: 1 addition & 0 deletions .pipeline/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ general:
steps:
mtaBuild:
platform: 'XSA'
mtarFileName: bookshop-demo-xsa.mtar
# xsDeploy:
# deployTool: 'mtaDeployPlugin'
# deployType: 'standard'
Expand Down

0 comments on commit ca03dda

Please sign in to comment.