Skip to content

Commit 67ae301

Browse files
committed
Download the artifacts in their own folders
See https://github.com/actions/download-artifact#compatibility-between-v1-and-v2v3 Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
1 parent 6fb8a18 commit 67ae301

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/regression.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,17 @@ jobs:
152152
uses: actions/download-artifact@v3
153153
with:
154154
name: ${{format('Base{0}', matrix.tag)}}
155+
path: ${{format('Base{0}', matrix.tag)}}
155156
- name: Download Reverse
156157
uses: actions/download-artifact@v3
157158
with:
158159
name: ${{format('Reverse{0}', matrix.tag)}}
160+
path: ${{format('Reverse{0}', matrix.tag)}}
159161
- name: Download Forward
160162
uses: actions/download-artifact@v3
161163
with:
162164
name: ${{format('Forward{0}', matrix.tag)}}
165+
path: ${{format('Forward{0}', matrix.tag)}}
163166
- name: Uncompress and Move Binaries
164167
run: |
165168
ls -lah

0 commit comments

Comments
 (0)