Skip to content

Commit 38661c2

Browse files
committed
Possible fix for nightly build via Github actions
1 parent 613d42d commit 38661c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

create_release_zip.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ build_and_copy() {
1616
folder=$2
1717

1818
rm -rf ./build
19+
cp $config sdkconfig
1920
idf.py fullclean
20-
cp ./$config ./.sdkconfig
21+
cp $config sdkconfig
2122
idf.py build
2223
mkdir -p $release_foldername/$folder
2324
cp ./build/flash_args $release_foldername/$folder/flash_args.txt

0 commit comments

Comments
 (0)