Skip to content

Commit 11c2c63

Browse files
committed
fix
1 parent 0a5895a commit 11c2c63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/llm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
fi
176176
if [ ! -f "${{ env.allure_file }}" ]; then
177177
wget -q --no-proxy -O ${{ env.home_path }}/allure-2.19.0.zip https://xly-devops.bj.bcebos.com/tools/allure-2.19.0.zip --no-check-certificate
178-
unzip -q ${{ env.home_path }}/allure-2.19.0.zip
178+
unzip -q ${{ env.home_path }}/allure-2.19.0.zip -d ${{ env.home_path }}/
179179
fi
180180
if [[ "${{ env.RUN_DOWNSTREAM }}" == "" && -n "${PR_ID}" ]]; then
181181
bos_prefix="${PR_ID}/${COMMIT_ID}"

.github/workflows/unittest-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
fi
173173
if [ ! -f "${{ env.allure_file }}" ]; then
174174
wget -q --no-proxy -O ${{ env.home_path }}/allure-2.19.0.zip https://xly-devops.bj.bcebos.com/tools/allure-2.19.0.zip --no-check-certificate
175-
unzip -q ${{ env.home_path }}/allure-2.19.0.zip
175+
unzip -q ${{ env.home_path }}/allure-2.19.0.zip -d ${{ env.home_path }}/
176176
fi
177177
if [[ "${{ env.RUN_DOWNSTREAM }}" == "" && -n "${PR_ID}" ]]; then
178178
bos_prefix="${PR_ID}/${COMMIT_ID}"

0 commit comments

Comments
 (0)