Fix lite ci (#9387)

* fix sha

* fix name

* fix name
This commit is contained in:
Ali Abdalla 2024-09-19 01:57:34 +04:00 committed by GitHub
parent ba3dfa1ddf
commit b9ed3a246a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ jobs:
- name: Upload Lite NPM package
uses: actions/upload-artifact@v4
with:
name: gradio-lite-${{ needs.changes.outputs.sha }}
name: gradio-lite-tar
path: js/lite/gradio-lite-*.tgz
- name: install deps
run: python -m pip install build

View File

@ -101,7 +101,7 @@ jobs:
export AWS_SECRET_ACCESS_KEY=${{ secrets.LITE_PREVIEWS_AWS_S3_SECRET_ACCESS_KEY }}
export AWS_DEFAULT_REGION=us-east-1
mkdir -p ./gradio-lite-files
tar -xzf ./gradio-lite-${{ needs.changes.outputs.sha }}/gradio-lite-*.tgz -C ./gradio-lite-files
tar -xzf ./gradio-lite-tar/gradio-lite-*.tgz -C ./gradio-lite-files
aws s3 cp ./gradio-lite-files/package/ s3://gradio-lite-previews/${{ needs.changes.outputs.sha }}/ --recursive
- name: Install Hub Client Library
run: pip install huggingface-hub==0.23.2