Skip to content

Commit 5fce86a

Browse files
Use more relaxed path to runtime
1 parent e6d372c commit 5fce86a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

07_pack_bflat_libs_linux.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ function pack_bflat_libs_linux()
2424
fi
2525

2626
pushd "${artifactpath}/$pkgpath"
27-
cp 10.0.0*/runtimes/linux-*riscv64/lib/net10.0/*.dll \
28-
10.0.0*/runtimes/linux-*riscv64/native/*.a \
29-
10.0.0*/runtimes/linux-*riscv64/native/*.o \
30-
10.0.0*/runtimes/linux-*riscv64/native/*.so \
31-
10.0.0*/runtimes/linux-*riscv64/native/*.dll \
27+
cp 10.0.*/runtimes/linux-*riscv64/lib/net10.0/*.dll \
28+
10.0.*/runtimes/linux-*riscv64/native/*.a \
29+
10.0.*/runtimes/linux-*riscv64/native/*.o \
30+
10.0.*/runtimes/linux-*riscv64/native/*.so \
31+
10.0.*/runtimes/linux-*riscv64/native/*.dll \
3232
"${output_dir}/"
3333
popd
3434

0 commit comments

Comments
 (0)