Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 authored Sep 6, 2022
1 parent c387a6c commit da22b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
make -j4
make tar
- name: tar fisco-bcos for CentOS
run: mkdir bin && mv fisco-bcos-air/fisco-bcos bin && cd bin && tar -cvzf fisco-bcos-relwithdebinfo.tar.gz fisco-bcos
run: mkdir -p bin && mv fisco-bcos-air/fisco-bcos bin && cd bin && tar -cvzf fisco-bcos-relwithdebinfo.tar.gz fisco-bcos
- name: Upload fisco-bcos binaries to release
uses: svenstaro/upload-release-action@v1-release
with:
Expand Down

0 comments on commit da22b25

Please sign in to comment.