fix: git pre commit hook

This commit is contained in:
lilong.129
2025-02-06 17:52:05 +08:00
parent 194b61718f
commit 603ac2a317
3 changed files with 3 additions and 3 deletions

View File

@@ -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