File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7171 cd $MAIXCDK_PATH
7272 maixcdk_rev=`git rev-parse HEAD`
7373 maixcdk_version_name="maixcdk_version_${maixcdk_rev}.txt"
74- maixcdk_version_path="${MAIXCDK_PATH}/${maixcdk_version_name}"
74+ echo "MaixPy ${maixpy_version} use MaixCDK commit ${maixcdk_rev}" > $maixcdk_version_name
75+ maixcdk_version_path=`realpath "${MAIXCDK_PATH}/${maixcdk_version_name}"`
7576 echo "maixcdk_version_path=$maixcdk_version_path" >> $GITHUB_OUTPUT
7677 echo "maixcdk_version_name=$maixcdk_version_name" >> $GITHUB_OUTPUT
7778 cd $maixpy_path
Original file line number Diff line number Diff line change 33
44version_major = 4
55version_minor = 4
6- version_patch = 8
6+ version_patch = 10
77
88__version__ = "{}.{}.{}" .format (version_major , version_minor , version_patch )
You can’t perform that action at this time.
0 commit comments