Skip to content

Commit

Permalink
Correct python ci whl path
Browse files Browse the repository at this point in the history
  • Loading branch information
hiento09 committed Mar 12, 2024
1 parent ace222f commit 7ef9110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-windows-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Compress
shell: powershell
run: |
cd C:\workspace\nitro-tensorrt-llm\build\*.whl
cd C:\workspace\nitro-tensorrt-llm\build\
tar.exe -czvf ${{ github.workspace }}/python.tar.gz .\*.whl
- uses: actions/[email protected]
Expand Down

0 comments on commit 7ef9110

Please sign in to comment.