From e50d0c89dac84ca7a6427e282993a0a7c9f10e8f Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Tue, 31 Jan 2023 16:50:33 +0530 Subject: [PATCH] ci: fix failing package pipeline in build docker image (#20256) --- .github/workflows/test-build-docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index 12424a65bb..4300a5115f 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -552,13 +552,13 @@ jobs: - name: Download the react build artifact uses: actions/download-artifact@v3 with: - name: client-build + name: build path: app/client/build - name: Download the server build artifact uses: actions/download-artifact@v3 with: - name: server-build + name: build path: app/server/dist - name: Download the rts build artifact