Skip to content

Commit 277c5fd

Browse files
committed
read artifact from different workflow
1 parent 8d0a531 commit 277c5fd

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
with:
4444
name: mta
4545
- name: Display structure of downloaded files
46-
run: ls -R
46+
run: ls -R

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- name: Checkout
15-
uses: actions/checkout@v3
14+
- name: Download artifact
15+
uses: dawidd6/action-download-artifact@v2
16+
with:
17+
workflow: build-mta-hana.yml
18+
workflow_conclusion: success
19+
name: mta
20+
- name: Display structure of downloaded files
21+
run: ls -R

0 commit comments

Comments
 (0)