Skip to content

Commit e7a3400

Browse files
authored
fix release.yml (#130)
* fix release.yml * try to fix macos ci * fix release ci
1 parent c9f7d2a commit e7a3400

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/cpp_full_node_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
if: runner.os == 'macOS'
8282
run: |
8383
bash -x cpp/tools/install_depends.sh -o macos
84-
brew install libiconv
85-
brew reinstall m4 autoconf libtool automake
84+
brew install libiconv
85+
brew rm autoconf && brew install autoconf m4 libtool automake
8686
echo "## m4:"`which m4`
8787
export DYLD_LIBRARY_PATH=/usr/local/opt/libiconv/lib:${DYLD_LIBRARY_PATH}
8888
export LDFLAGS="-L/usr/local/opt/libiconv/lib"

.github/workflows/release_full_node.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish Binary
1+
name: Build and Publish Binary Full Node
22
on:
33
push:
44
branches-ignore:
@@ -204,6 +204,7 @@ jobs:
204204
alias cmake='cmake3'
205205
. /opt/rh/devtoolset-11/enable
206206
cd cpp/build && cmake3 --build . --parallel 3
207+
cd bin && tar -cvzf ppc-air-node.tar.gz ppc-air-node && tar -cvzf ppc-pro-node.tar.gz ppc-pro-node && tar -cvzf ppc-gateway-service.tar.gz ppc-gateway-service && tar -cvzf wedpr-mpc.tar.gz wedpr-mpc
207208
- name: Upload ppc-air-node
208209
uses: svenstaro/upload-release-action@v1-release
209210
with:

.github/workflows/release_toolkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish Binary
1+
name: Build and Publish Binary Toolkit
22
on:
33
push:
44
branches-ignore:

0 commit comments

Comments
 (0)