Skip to content

Commit ca03dda

Browse files
committed
rename mtar of XSA Build
1 parent 277c5fd commit ca03dda

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/build-mta-hana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/upload-artifact@v2
3535
with:
3636
name: mta
37-
path: bookshop-demo.mtar
37+
path: bookshop-demo-xsa.mtar
3838
deploy:
3939
needs: build
4040
runs-on: self-hosted

.github/workflows/release-mta-hana copy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ jobs:
1919
name: mta
2020
- name: Display structure of downloaded files
2121
run: ls -R
22+
- name: Release
23+
uses: softprops/action-gh-release@v1
24+
if: startsWith(github.ref, 'refs/tags/')
25+
with:
26+
files: bookshop-demo-xsa.mtar

.pipeline/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ general:
22
steps:
33
mtaBuild:
44
platform: 'XSA'
5+
mtarFileName: bookshop-demo-xsa.mtar
56
# xsDeploy:
67
# deployTool: 'mtaDeployPlugin'
78
# deployType: 'standard'

0 commit comments

Comments
 (0)