Skip to content

Commit

Permalink
fix sha (#9386)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabd authored Sep 18, 2024
1 parent 832d1d6 commit ba3dfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/previews-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba3dfa1

Please sign in to comment.