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 0f82ec9 commit 091742e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_maixcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
python download_base_os.py -o ${base_os_path}
python download_builtin_files.py --unzip tmp/dl_builtin_files
builtin_files_dir=tmp/dl_builtin_files/sys_builtin_files
./gen_os.sh $base_os_path $release_path $builtin_files_dir $os_version_name
./gen_os.sh $base_os_path ${{ steps.build_maixpy.outputs.release_path }} $builtin_files_dir $os_version_name
os_filename=${os_version_name}.img.xz
os_filepath=`pwd`/tmp/$os_filename
echo "os_path=$os_filepath" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 091742e

Please sign in to comment.