Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Zhanhui Li <lizhanhui@gmail.com>
  • Loading branch information
lizhanhui committed Mar 2, 2024
1 parent 9f4c512 commit a42d3d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cpp_tagged_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ jobs:
cmake -DCMAKE_INSTALL_PREFIX=$HOME/grpc -DgRPC_SSL_PROVIDER=package -DgRPC_ZLIB_PROVIDER=package -DgRPC_PROTOBUF_PACKAGE_TYPE=CONFIG -DgRPC_ZLIB_PROVIDER=package ..
make
make install
- name: "CMake Build"
- name: "Build Libraries"
working-directory: ./cpp
run: |
mkdir _build && cd _build
cmake ..
make
make install
- name: "Package"
working-directory: ./cpp
run: |
mkdir -p dist/lib
cp -r include dist/
mkdir -p dist/include
cp -r include/rocketmq dist/include/
cp build/librocketmq.so dist/lib/
cp build/librocketmq.a dist/lib/
tar -czvf dist.tar.gz dist
Expand Down

0 comments on commit a42d3d1

Please sign in to comment.