mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
change: download package assets from aliyun OSS
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -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/
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user