File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}"
Original file line number Diff line number Diff 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}"
You can’t perform that action at this time.
0 commit comments