Skip to content

Commit

Permalink
Possible fix for nightly build via Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
seeul8er committed Jan 1, 2025
1 parent 613d42d commit 38661c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create_release_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ build_and_copy() {
folder=$2

rm -rf ./build
cp $config sdkconfig
idf.py fullclean
cp ./$config ./.sdkconfig
cp $config sdkconfig
idf.py build
mkdir -p $release_foldername/$folder
cp ./build/flash_args $release_foldername/$folder/flash_args.txt
Expand Down

0 comments on commit 38661c2

Please sign in to comment.