change: download package assets from aliyun OSS

This commit is contained in:
debugtalk
2022-01-20 18:29:00 +08:00
parent db596b13ca
commit 08817d16b5
2 changed files with 9 additions and 2 deletions

View File

@@ -29,10 +29,11 @@ jobs:
binary_name: "hrp"
ldflags: "-s -w"
extra_files: LICENSE README.md docs/CHANGELOG.md
- name: Upload to aliyun OSS
- name: Setup aliyun OSS
uses: manyuanrong/setup-ossutil@v2.0
with:
endpoint: "oss-cn-beijing.aliyuncs.com"
access-key-id: ${{ secrets.ALIYUN_ACCESSKEY_ID }}
access-key-secret: ${{ secrets.ALIYUN_ACCESSKEY_SECRET }}
- run: ossutil cp -rf cli/scripts/install.sh *.tar.gz *.zip oss://httprunner/
- name: Upload to aliyun OSS
run: ossutil cp -rf cli/scripts/install.sh *.tar.gz *.zip oss://httprunner/

View File

@@ -1,5 +1,11 @@
# Release History
## v0.5.3 (2022-01-20)
- feat: upload released assets to aliyun OSS
- change: download package assets from aliyun OSS
- fix: disable color logging on Windows
## v0.5.2 (2022-01-19)
- feat: support creating and calling custom functions with [hashicorp/go-plugin](https://github.com/hashicorp/go-plugin)