Skip to content

Commit 5cb9569

Browse files
committed
onnxruntime 1.8.1 for windows has "-gpu" inverted with arch
1 parent 2896564 commit 5cb9569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
command: build
9090
args: --target x86_64-pc-windows-msvc
9191
- 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
92+
run: ls -lh target/x86_64-pc-windows-msvc/debug/build/onnxruntime-sys-*/out/onnxruntime-win-gpu-x64-1.*.zip
9393

9494
test:
9595
name: Test Suite

0 commit comments

Comments
 (0)