mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
change: download package assets from aliyun OSS
This commit is contained in:
@@ -29,10 +29,11 @@ jobs:
|
|||||||
binary_name: "hrp"
|
binary_name: "hrp"
|
||||||
ldflags: "-s -w"
|
ldflags: "-s -w"
|
||||||
extra_files: LICENSE README.md docs/CHANGELOG.md
|
extra_files: LICENSE README.md docs/CHANGELOG.md
|
||||||
- name: Upload to aliyun OSS
|
- name: Setup aliyun OSS
|
||||||
uses: manyuanrong/setup-ossutil@v2.0
|
uses: manyuanrong/setup-ossutil@v2.0
|
||||||
with:
|
with:
|
||||||
endpoint: "oss-cn-beijing.aliyuncs.com"
|
endpoint: "oss-cn-beijing.aliyuncs.com"
|
||||||
access-key-id: ${{ secrets.ALIYUN_ACCESSKEY_ID }}
|
access-key-id: ${{ secrets.ALIYUN_ACCESSKEY_ID }}
|
||||||
access-key-secret: ${{ secrets.ALIYUN_ACCESSKEY_SECRET }}
|
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
|
# 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)
|
## v0.5.2 (2022-01-19)
|
||||||
|
|
||||||
- feat: support creating and calling custom functions with [hashicorp/go-plugin](https://github.com/hashicorp/go-plugin)
|
- feat: support creating and calling custom functions with [hashicorp/go-plugin](https://github.com/hashicorp/go-plugin)
|
||||||
|
|||||||
Reference in New Issue
Block a user