fixed build artifacts download (#11988)

This commit is contained in:
yatinappsmith 2022-03-20 19:54:59 +05:30 committed by GitHub
parent 00cd587cef
commit a805a8f6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -529,20 +529,20 @@ jobs:
- name: Download the react build artifact
uses: actions/download-artifact@v2
with:
name: client-build
name: build
path: app/client/build
- name: Download the server build artifact
uses: actions/download-artifact@v2
with:
name: server-build
path: app/server/dist
name: build
path: app/server/dist/
- name: Download the rts build artifact
uses: actions/download-artifact@v2
with:
name: rts-build
path: app/rts/dist
path: app/rts/dist/
- name: Download the rts build artifact
uses: actions/download-artifact@v2