fixed build artifacts download (#11988)
This commit is contained in:
parent
00cd587cef
commit
a805a8f6c9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user