mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 04:10:21 +08:00
Merge branch 'main' of github.com:httprunner/hrp
Change-Id: Idcf94720e3e846c1cb57d2282d253bb30ae36682
This commit is contained in:
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@@ -35,10 +35,9 @@ jobs:
|
||||
endpoint: "oss-cn-beijing.aliyuncs.com"
|
||||
access-key-id: ${{ secrets.ALIYUN_ACCESSKEY_ID }}
|
||||
access-key-secret: ${{ secrets.ALIYUN_ACCESSKEY_SECRET }}
|
||||
- name: Upload to aliyun OSS
|
||||
run: |
|
||||
ossutil cp -rf cli/scripts/install.sh oss://httprunner/
|
||||
ossutil cp -rf hrp-*.tar.gz oss://httprunner/ || true
|
||||
ossutil cp -rf hrp-*.zip oss://httprunner/ || true
|
||||
- name: Test install.sh
|
||||
run: bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"
|
||||
# - name: Upload to aliyun OSS
|
||||
# run: |
|
||||
# ossutil cp -rf cli/scripts/install.sh oss://httprunner/
|
||||
# ossutil cp -rf hrp-*.tar.gz hrp-*.zip oss://httprunner/ || true
|
||||
# - name: Test install.sh
|
||||
# run: bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user