Skip to content

Commit

Permalink
[release] fix link to whl
Browse files Browse the repository at this point in the history
  • Loading branch information
zou3519 committed Jun 30, 2022
1 parent 36641d7 commit 9f18a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: functorch-linux-${{ matrix.python_version[0] }}.whl
path: dist/*.whl
path: dist/functorch-0.2.0-*.whl
- name: Upload wheel for download
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 9f18a5d

Please sign in to comment.