We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3e080 commit b5fafe4Copy full SHA for b5fafe4
.github/workflows/ubuntu-build.yml
@@ -44,11 +44,11 @@ jobs:
44
run: cp -rf *.h *.cpp *.proto CMakeLists.txt Findlz4.cmake Makefile *.md aliyun-log-cpp-sdk/
45
46
- name: copy libs from system and repo
47
- run: ls $SYSTEM_LIB_DIR/
+ run: |
48
+ ls $SYSTEM_LIB_DIR/
49
cp lib/liblz4.* ./aliyun-log-cpp-sdk/build/lib/
50
cp $SYSTEM_LIB_DIR/libprotobuf.* ./aliyun-log-cpp-sdk/build/lib/
51
cp $SYSTEM_LIB_DIR/libcurl* ./aliyun-log-cpp-sdk/build/lib/
- cp $SYSTEM_LIB_DIR/libcurl.* ./aliyun-log-cpp-sdk/build/lib/
52
53
- run: mkdir -p release
54
name: mkdir
0 commit comments