We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2896564 commit 5cb9569Copy full SHA for 5cb9569
.github/workflows/general.yml
@@ -89,7 +89,7 @@ jobs:
89
command: build
90
args: --target x86_64-pc-windows-msvc
91
- name: Verify prebuilt archive downloaded (GPU, x86_64-pc-windows-msvc)
92
- run: ls -lh target/x86_64-pc-windows-msvc/debug/build/onnxruntime-sys-*/out/onnxruntime-win-x64-gpu-1.*.zip
+ run: ls -lh target/x86_64-pc-windows-msvc/debug/build/onnxruntime-sys-*/out/onnxruntime-win-gpu-x64-1.*.zip
93
94
test:
95
name: Test Suite
0 commit comments