Skip to content

Commit 8b09a4d

Browse files
committed
fix
1 parent c705bc0 commit 8b09a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/combine-artifacts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ done
1616
awk -i inplace '!seen[$0]++' $libs_folder/versions_full.txt
1717
mv -f $libs_folder/versions_full.txt $libs_folder/versions.txt
1818

19-
cd $libs_folder && zip -r ../../../dist/esp32-arduino-libs.zip * && cd ../../..
19+
cd out/tools && zip -r ../../dist/esp32-arduino-libs.zip * && cd ../..

0 commit comments

Comments
 (0)