mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
fix sha (#9386)
This commit is contained in:
parent
832d1d6497
commit
ba3dfa1ddf
2
.github/workflows/previews-build.yml
vendored
2
.github/workflows/previews-build.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
- name: Upload Lite NPM package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: gradio-lite-${{ github.sha }}
|
||||
name: gradio-lite-${{ needs.changes.outputs.sha }}
|
||||
path: js/lite/gradio-lite-*.tgz
|
||||
- name: install deps
|
||||
run: python -m pip install build
|
||||
|
Loading…
x
Reference in New Issue
Block a user