ci: Untar the client build in github release workflow (#23610)
Co-authored-by: Satish Gandham <hello@satishgandham.com>
This commit is contained in:
parent
9f607d250d
commit
236ee1e171
6
.github/workflows/github-release.yml
vendored
6
.github/workflows/github-release.yml
vendored
|
|
@ -227,6 +227,12 @@ jobs:
|
||||||
name: client-build
|
name: client-build
|
||||||
path: app/client/build
|
path: app/client/build
|
||||||
|
|
||||||
|
- name: Untar the client folder
|
||||||
|
run: |
|
||||||
|
tar -xvf app/client/build.tar -C app/client/build
|
||||||
|
echo "Cleaning up the client build"
|
||||||
|
rm app/client/build.tar
|
||||||
|
|
||||||
- name: Download the server build artifact
|
- name: Download the server build artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user