ci: Untar the client build in github release workflow (#23610)

Co-authored-by: Satish Gandham <hello@satishgandham.com>
This commit is contained in:
Satish Gandham 2023-05-22 21:21:43 +05:30 committed by Arpit Mohan
parent 9f607d250d
commit 236ee1e171

View File

@ -227,6 +227,12 @@ jobs:
name: 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
uses: actions/download-artifact@v3
with: