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