File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205205 merge-multiple : true
206206
207207 - name : Create allure properties
208- working-directory : ' ./artifacts/reports/allure/results'
208+ working-directory : ' ./v1/ artifacts/reports/allure/results'
209209 run : |
210210 echo "
211211 branch=${BRANCH}
@@ -224,7 +224,7 @@ jobs:
224224 AWS_SECRET_ACCESS_KEY : ${{ secrets.E2E_AWS_SECRET_ACCESS_KEY }}
225225 with :
226226 storageType : s3
227- resultsGlob : ' ./artifacts/reports/allure/results'
227+ resultsGlob : ' ./v1/ artifacts/reports/allure/results'
228228 bucket : lace-e2e-test-results
229229 prefix : ' all/linux/${BROWSER}/${RUN}'
230230 copyLatest : true
@@ -257,10 +257,10 @@ jobs:
257257 uses : actions/upload-artifact@v4
258258 with :
259259 name : allure-results
260- path : ./artifacts/reports/allure/results
260+ path : ./v1/ artifacts/reports/allure/results
261261
262262 - name : Upload performance metrics
263263 uses : actions/upload-artifact@v4
264264 with :
265265 name : performance-metrics
266- path : ./artifacts/metrics
266+ path : ./v1/ artifacts/metrics
You can’t perform that action at this time.
0 commit comments