Description
The moddable-tools-lin64arm.zip asset attached to the 8.2.0 release contains binaries built from the 8.1.1 SDK, not 8.2.0.
Steps to Reproduce
$ curl -fsSL https://github.com/Moddable-OpenSource/moddable/releases/download/8.2.0/moddable-tools-lin64arm.zip -o moddable-tools-lin64arm.zip
$ unzip moddable-tools-lin64arm.zip -d tools
$ git clone --branch 8.2.0 --depth 1 https://github.com/Moddable-OpenSource/moddable
$ MODDABLE=./moddable ./tools/mcconfig
Expected behavior
moddable-tools-lin64arm.zip is expected to contain the version 8.2.0 binary.
Actual behavior
moddable-tools-lin64arm.zip contained the version 8.1.1 binary.
$ MODDABLE=./moddable ./tools/mcconfig
Moddable SDK tools mismatch between binary (8.1.1) and source (8.2.0)! Rebuilding tools.
Description
The
moddable-tools-lin64arm.zipasset attached to the 8.2.0 release contains binaries built from the 8.1.1 SDK, not 8.2.0.Steps to Reproduce
Expected behavior
moddable-tools-lin64arm.zipis expected to contain the version 8.2.0 binary.Actual behavior
moddable-tools-lin64arm.zipcontained the version 8.1.1 binary.