Skip to content

Commit 8adf62c

Browse files
committed
.github: top-level: Drop dist- prefix from upload step
To have shorter names, the artifacts does not have the dist- prefix anymore. Upload upload to cloudsmith steps to match the prefix-less format. Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent 97fdec8 commit 8adf62c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/top-level.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
actions: read
109109
with:
110110
artifacts: >
111-
dist-adi_ci_defconfig-*
111+
adi_ci_defconfig-*
112112
113113
build_gcc_arm_zynq_xcomm_adv7511_defconfig:
114114
needs: [assert_checks]
@@ -237,10 +237,10 @@ jobs:
237237
actions: read
238238
with:
239239
artifacts: >
240-
dist-adi_versal_defconfig-*
241-
dist-adi_zynqmp_defconfig-*
242-
dist-socfpga_adi_defconfig-*
243-
dist-zynq_m2k_defconfig-*
244-
dist-zynq_pluto_defconfig-*
245-
dist-zynq_xcomm_adv7511_defconfig-*
246-
dist-dtb-*
240+
adi_versal_defconfig-*
241+
adi_zynqmp_defconfig-*
242+
socfpga_adi_defconfig-*
243+
zynq_m2k_defconfig-*
244+
zynq_pluto_defconfig-*
245+
zynq_xcomm_adv7511_defconfig-*
246+
dtb-*

0 commit comments

Comments
 (0)