Skip to content

Commit a6afeb5

Browse files
committed
correct windows->win
1 parent e31a1d8 commit a6afeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-native-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Copy Native Dynamic Libs(.so/.dll/.dylib) to nuget
7373
run: |
7474
mkdir -p nuget
75-
if [[ "${{ matrix.rid }}" == windows* ]]; then
75+
if [[ "${{ matrix.rid }}" == win* ]]; then
7676
find paddle_inference_c -type f \( -iname "*.dll" \) -exec cp {} nuget/ \;
7777
elif [[ "${{ matrix.rid }}" == linux* ]]; then
7878
find paddle_inference_c -type f \( -iname "*.so*" \) -exec cp {} nuget/ \;

0 commit comments

Comments
 (0)