Skip to content

Commit 490c5e2

Browse files
committed
Fix filename
1 parent 48c1bcd commit 490c5e2

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
@@ -79,7 +79,7 @@ jobs:
7979
command: build
8080
args: --target x86_64-unknown-linux-gnu
8181
- 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.*.tgz
82+
run: ls -lh target/x86_64-unknown-linux-gnu/debug/build/onnxruntime-sys-*/out/onnxruntime-linux-x64-gpu-1.*.tgz
8383
# ******************************************************************
8484
- name: Download prebuilt archive (GPU, x86_64-pc-windows-msvc)
8585
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)