Skip to content

Commit

Permalink
fix release.yml (#130)
Browse files Browse the repository at this point in the history
* fix release.yml

* try to fix macos ci

* fix release ci
  • Loading branch information
cyjseagull authored Dec 16, 2024
1 parent c9f7d2a commit e7a3400
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp_full_node_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
if: runner.os == 'macOS'
run: |
bash -x cpp/tools/install_depends.sh -o macos
brew install libiconv
brew reinstall m4 autoconf libtool automake
brew install libiconv
brew rm autoconf && brew install autoconf m4 libtool automake
echo "## m4:"`which m4`
export DYLD_LIBRARY_PATH=/usr/local/opt/libiconv/lib:${DYLD_LIBRARY_PATH}
export LDFLAGS="-L/usr/local/opt/libiconv/lib"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release_full_node.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish Binary
name: Build and Publish Binary Full Node
on:
push:
branches-ignore:
Expand Down Expand Up @@ -204,6 +204,7 @@ jobs:
alias cmake='cmake3'
. /opt/rh/devtoolset-11/enable
cd cpp/build && cmake3 --build . --parallel 3
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
- name: Upload ppc-air-node
uses: svenstaro/upload-release-action@v1-release
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_toolkit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish Binary
name: Build and Publish Binary Toolkit
on:
push:
branches-ignore:
Expand Down

0 comments on commit e7a3400

Please sign in to comment.