Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 7ef9110

Browse files
committed
Correct python ci whl path
1 parent ace222f commit 7ef9110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-windows-build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Compress
7373
shell: powershell
7474
run: |
75-
cd C:\workspace\nitro-tensorrt-llm\build\*.whl
75+
cd C:\workspace\nitro-tensorrt-llm\build\
7676
tar.exe -czvf ${{ github.workspace }}/python.tar.gz .\*.whl
7777
7878
- uses: actions/upload-release-asset@v1.0.1

0 commit comments

Comments
 (0)