mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 04:20:31 +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/
|
||||
|
||||
Reference in New Issue
Block a user