mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-26 01:51:29 +08:00
fix: git pre commit hook
This commit is contained in:
2
.github/workflows/hrp-release.yml
vendored
2
.github/workflows/hrp-release.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
access-key-secret: ${{ secrets.ALIYUN_ACCESSKEY_SECRET }}
|
||||
- name: Upload artifacts to aliyun OSS
|
||||
run: |
|
||||
ossutil cp -rf hrp/internal/version/VERSION oss://httprunner/
|
||||
ossutil cp -rf internal/version/VERSION oss://httprunner/
|
||||
ossutil cp -rf scripts/install.sh oss://httprunner/
|
||||
ossutil cp -rf ${{ env.ASSET_PATH }} oss://httprunner/
|
||||
- name: Test install.sh
|
||||
|
||||
Reference in New Issue
Block a user