Skip to content

Commit 26a35c7

Browse files
committed
remove redundant .json from name
1 parent 9056aa5 commit 26a35c7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/backport_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/release_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

ci/defs/defs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)