Skip to content

Commit feef339

Browse files
committed
one more fix
1 parent 4781b27 commit feef339

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,23 @@ jobs:
211211
needs: [build-binaries, build-python-client, build-java-client, build-docker]
212212
runs-on: ubuntu-latest
213213
steps:
214-
- name: Download artifacts
214+
- name: Download binaries artifact
215215
uses: actions/download-artifact@v4
216216
with:
217-
path: artifacts
217+
name: binaries-linux-amd64
218+
path: artifacts/binaries-linux-amd64
219+
220+
- name: Download Python client artifact
221+
uses: actions/download-artifact@v4
222+
with:
223+
name: python-client
224+
path: artifacts/python-client
225+
226+
- name: Download Java client artifact
227+
uses: actions/download-artifact@v4
228+
with:
229+
name: java-client
230+
path: artifacts/java-client
218231

219232
- name: Flatten assets
220233
run: |

0 commit comments

Comments
 (0)