Skip to content

Commit b5fafe4

Browse files
committed
ci
1 parent ca3e080 commit b5fafe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ubuntu-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
run: cp -rf *.h *.cpp *.proto CMakeLists.txt Findlz4.cmake Makefile *.md aliyun-log-cpp-sdk/
4545

4646
- name: copy libs from system and repo
47-
run: ls $SYSTEM_LIB_DIR/
47+
run: |
48+
ls $SYSTEM_LIB_DIR/
4849
cp lib/liblz4.* ./aliyun-log-cpp-sdk/build/lib/
4950
cp $SYSTEM_LIB_DIR/libprotobuf.* ./aliyun-log-cpp-sdk/build/lib/
5051
cp $SYSTEM_LIB_DIR/libcurl* ./aliyun-log-cpp-sdk/build/lib/
51-
cp $SYSTEM_LIB_DIR/libcurl.* ./aliyun-log-cpp-sdk/build/lib/
5252
5353
- run: mkdir -p release
5454
name: mkdir

0 commit comments

Comments
 (0)