Skip to content

Commit

Permalink
udpate ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jul 10, 2024
1 parent 2b29da9 commit 0f82ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release_maixcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@ jobs:
maixcdk_version_path="${MAIXCDK_PATH}/${maixcdk_version_name}"
echo "maixcdk_version_path=$maixcdk_version_path" >> $GITHUB_OUTPUT
echo "maixcdk_version_name=$maixcdk_version_name" >> $GITHUB_OUTPUT
cd $maixpy_path
- name: Build OS
id: build_os
run: |
echo "--------------------------------"
echo "-- Generate system --"
echo "--------------------------------"
cd ${maixpy_path}/tools/os
cd tools/os
chmod +x gen_os.sh
date_now=`date +"%Y-%m-%d"`
os_version_name="maixcam-${date_now}-maixpy-${maixpy_version}"
Expand Down
2 changes: 1 addition & 1 deletion maix/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

version_major = 4
version_minor = 4
version_patch = 0
version_patch = 1

__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)

0 comments on commit 0f82ec9

Please sign in to comment.