Skip to content

Commit

Permalink
Update Unzip Onnxruntime
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jan 19, 2024
1 parent bcc0524 commit fef7911
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/win-cpu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ jobs:
Expand-Archive $env:ort_zip -DestinationPath .
Remove-Item -Path $env:ort_zip
Get-ChildItem -Path $env:GITHUB_WORKSPACE
- name: Rename OnnxRuntime to ort
run: |
Rename-Item -Path $env:ort_dir -NewName ort
Get-ChildItem -Path $env:GITHUB_WORKSPACE -Recurse

0 comments on commit fef7911

Please sign in to comment.