File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -63,16 +63,10 @@ case "${BUILD_ARTIFACT}" in
63
63
# Copy the generated files to the release folder
64
64
mkdir -p ${RELEASE_DIR}
65
65
for build in " ${! BUILDS[@]} " ; do
66
- case " ${build} " in
67
- debug* )
68
- cp ${BUILD_DIR} -${build} /out/openMMC.axf ${RELEASE_DIR} /openMMC-${build} .axf
69
- ;;
70
-
71
- * )
72
- cp ${BUILD_DIR} -${build} /out/openMMC.bin ${RELEASE_DIR} /openMMC-${build} .bin
73
- cp ${BUILD_DIR} -${build} /out/openMMC_full.bin ${RELEASE_DIR} /openMMC-full-${build} .bin
74
- ;;
75
- esac
66
+ cp ${BUILD_DIR} -${build} /out/openMMC.axf ${RELEASE_DIR} /openMMC-${build} .axf
67
+ cp ${BUILD_DIR} -${build} /out/openMMC.bin ${RELEASE_DIR} /openMMC-${build} .bin
68
+ cp ${BUILD_DIR} -${build} /out/bootloader.axf ${RELEASE_DIR} /bootloader-${build} .axf
69
+ cp ${BUILD_DIR} -${build} /out/bootloader.bin ${RELEASE_DIR} /bootloader-${build} .bin
76
70
done
77
71
fi
78
72
;;
You can’t perform that action at this time.
0 commit comments