mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-29 03:21:29 +08:00
fix: test install.sh
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -29,13 +29,15 @@ jobs:
|
||||
binary_name: "hrp"
|
||||
ldflags: "-s -w"
|
||||
extra_files: LICENSE README.md docs/CHANGELOG.md
|
||||
- name: Test install.sh
|
||||
run: bash cli/scripts/install.sh
|
||||
- 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 }}
|
||||
- name: Upload to aliyun OSS
|
||||
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 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