Skip to content

Commit

Permalink
[fix] fix downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqin committed Apr 27, 2024
1 parent 22707c6 commit fea18e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ jobs:
name: wheels
path: ./dist/*.whl

- name: Download wheels
uses: actions/download-artifact@v3
with:
name: wheel
path: dist

- name: ls
run: ls dist

- name: Update Nightly Release
uses: andelf/nightly-release@main
env:
Expand Down

0 comments on commit fea18e9

Please sign in to comment.