Skip to content

Commit fffbbfc

Browse files
committed
Fixup steps name
1 parent da63141 commit fffbbfc

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

9494
test:

0 commit comments

Comments
 (0)