Change RC folder caps

This commit is contained in:
Igor Pečovnik 2022-02-09 14:20:27 +01:00 committed by GitHub
parent 387df71566
commit 38e496ccee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ FINALDEST=$DEST/images
if [[ "${MAKE_FOLDERS}" == yes ]]; then
if [[ "$RC" == yes ]]; then
FINALDEST=$DEST/images/"${BOARD}"/RC
FINALDEST=$DEST/images/"${BOARD}"/rc
elif [[ "$BETA" == yes ]]; then
FINALDEST=$DEST/images/"${BOARD}"/nightly
else