Skip to content

Commit

Permalink
Merge pull request #488 from ywy2090/release-1.1.0-master
Browse files Browse the repository at this point in the history
update upload version
  • Loading branch information
ywy2090 authored Feb 5, 2021
2 parents 9020f4e + add027d commit f26367e
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 @@ -21,7 +21,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew assemble
- name: Download plugin
run: cd dist/ && bash download_plugin.sh BCOS2 v1.0.0 && bash download_plugin.sh Fabric1 v1.0.0 && bash download_pages.sh v1.0.0 && rm -rf src && cd -
run: cd dist/ && bash download_plugin.sh BCOS2 v1.1.0 && bash download_plugin.sh Fabric1 v1.1.0 && bash download_pages.sh v1.1.0 && 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 f26367e

Please sign in to comment.