File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -265,10 +265,10 @@ jobs:
265265 python3 -m praktika run 'Build (amd_release)' --workflow "BackportPR" --ci |& tee ./ci/tmp/job.log
266266 fi
267267
268- - name : Upload artifact build_report_package_release.json
268+ - name : Upload artifact build_report_package_release
269269 uses : actions/upload-artifact@v4
270270 with :
271- name : build_report_package_release.json
271+ name : build_report_package_release
272272 path : ./ci/tmp/artifact_report_build_amd_release.json
273273
274274 build_amd_asan :
Original file line number Diff line number Diff line change @@ -308,10 +308,10 @@ jobs:
308308 python3 -m praktika run 'Build (amd_release)' --workflow "MasterCI" --ci |& tee ./ci/tmp/job.log
309309 fi
310310
311- - name : Upload artifact build_report_package_release.json
311+ - name : Upload artifact build_report_package_release
312312 uses : actions/upload-artifact@v4
313313 with :
314- name : build_report_package_release.json
314+ name : build_report_package_release
315315 path : ./ci/tmp/artifact_report_build_amd_release.json
316316
317317 build_amd_asan :
Original file line number Diff line number Diff line change @@ -265,10 +265,10 @@ jobs:
265265 python3 -m praktika run 'Build (amd_release)' --workflow "PR" --ci |& tee ./ci/tmp/job.log
266266 fi
267267
268- - name : Upload artifact build_report_package_release.json
268+ - name : Upload artifact build_report_package_release
269269 uses : actions/upload-artifact@v4
270270 with :
271- name : build_report_package_release.json
271+ name : build_report_package_release
272272 path : ./ci/tmp/artifact_report_build_amd_release.json
273273
274274 build_amd_asan :
Original file line number Diff line number Diff line change @@ -263,10 +263,10 @@ jobs:
263263 python3 -m praktika run 'Build (amd_release)' --workflow "ReleaseBranchCI" --ci |& tee ./ci/tmp/job.log
264264 fi
265265
266- - name : Upload artifact build_report_package_release.json
266+ - name : Upload artifact build_report_package_release
267267 uses : actions/upload-artifact@v4
268268 with :
269- name : build_report_package_release.json
269+ name : build_report_package_release
270270 path : ./ci/tmp/artifact_report_build_amd_release.json
271271
272272 build_amd_asan :
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ class ArtifactNames:
397397 FUZZERS = "FUZZERS"
398398 FUZZERS_CORPUS = "FUZZERS_CORPUS"
399399
400- BUILD_REPORT_AMD_RELEASE = "build_report_package_release.json "
400+ BUILD_REPORT_AMD_RELEASE = "build_report_package_release"
401401
402402 PERF_REPORTS_AMD_1 = "PERF_REPORTS_AMD_1"
403403 PERF_REPORTS_AMD_2 = "PERF_REPORTS_AMD_2"
You can’t perform that action at this time.
0 commit comments