Skip to content

Commit 1f67024

Browse files
committed
Fix GPU x86_64 linux archive download verification
1 parent fffbbfc commit 1f67024

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
@@ -78,8 +78,8 @@ jobs:
7878
with:
7979
command: build
8080
args: --target x86_64-unknown-linux-gnu
81-
run: ls -lh target/x86_64-unknown-linux-gnu/debug/build/onnxruntime-sys-*/out/onnxruntime-win-linux-gpu-1.*.zip
8281
- name: Verify prebuilt archive downloaded (GPU, x86_64-unknown-linux-gnu)
82+
run: ls -lh target/x86_64-unknown-linux-gnu/debug/build/onnxruntime-sys-*/out/onnxruntime-linux-gpu-1.*.zip
8383
# ******************************************************************
8484
- name: Download prebuilt archive (GPU, x86_64-pc-windows-msvc)
8585
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)