ci: fix failing package pipeline in build docker image (#20256)

This commit is contained in:
Goutham Pratapa 2023-01-31 16:50:33 +05:30 committed by GitHub
parent dfc788557b
commit e50d0c89da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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