Skip to content

Commit e3dbab1

Browse files
committed
Use hyphen instead of dots for version
1 parent 7376676 commit e3dbab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ CHKSUM=`sha256sum $FILENAME | awk '{ print $1 }'`
8080
SIZE=`wc -c $FILENAME | awk '{ print $1 }'`
8181
FLAVOUR_TAG=${FLAVOUR^^}_
8282
FLAVOUR_NAME=${FLAVOUR,,}
83+
VERSION_NAME= ${VERSION//./-}
8384

8485
cat ArduinoCore-mbed/extras/mbed_$FLAVOUR_NAME-tag.template.json |
8586
sed "s/%%VERSION%%/${VERSION}/" |

0 commit comments

Comments
 (0)