Skip to content

Commit

Permalink
update auto pack scripts (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 authored Jun 16, 2020
1 parent c9e17f6 commit e042b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew assemble
- name: Download plugin
run: cd dist/ && bash download_plugin.sh BCOS2 v1.0.0-rc2 && bash download_plugin.sh Fabric1 v1.0.0-rc2 && rm -rf src && cd -
run: cd dist/ && bash download_plugin.sh BCOS2 v1.0.0-rc3 && bash download_plugin.sh Fabric1 v1.0.0-rc3 && rm -rf src && cd -
- name: Pack
run: chmod +x dist/*.sh && mv dist WeCross && tar -zcvf WeCross.tar.gz WeCross
- name: Checksum
Expand Down

0 comments on commit e042b62

Please sign in to comment.