Skip to content

Commit 8028fba

Browse files
committed
Update download test for renames of packages
1 parent 37d6a2f commit 8028fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/general.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
command: build
5454
args: --target x86_64-apple-darwin
5555
- name: Verify prebuilt archive downloaded (CPU, x86_64-apple-darwin)
56-
run: ls -lh target/x86_64-apple-darwin/debug/build/onnxruntime-sys-*/out/onnxruntime-osx-x64-1.*.tgz
56+
run: ls -lh target/x86_64-apple-darwin/debug/build/onnxruntime-sys-*/out/onnxruntime-osx-x86_64-1.*.tgz
5757
# ******************************************************************
5858
- name: Download prebuilt archive (CPU, i686-pc-windows-msvc)
5959
uses: actions-rs/cargo@v1
@@ -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-gpu-x64-1.*.zip
92+
run: ls -lh target/x86_64-pc-windows-msvc/debug/build/onnxruntime-sys-*/out/onnxruntime-win-x64-gpu-1.*.zip
9393

9494
test:
9595
name: Test Suite

0 commit comments

Comments
 (0)