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 87cba42 commit 5e274a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win-cpu-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on: [ workflow_dispatch, push, pull_request]
env:
ort_dir: "onnxruntime-win-x64-1.16.3"
ort_zip: ort_dir + ".zip"
ort_zip: $env:ort_dir + ".zip"
ort_url: "https://github.com/microsoft/onnxruntime/releases/download/v1.16.3/onnxruntime-win-x64-1.16.3.zip"

jobs:
Expand Down

0 comments on commit 5e274a8

Please sign in to comment.