Skip to content

Commit efa0802

Browse files
committed
Merge branch 'ci/cron_optimization'
2 parents b33959e + 794f786 commit efa0802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
run: |
170170
set -e
171171
mkdir -p out
172-
find dist -name 'arduino-esp32-libs-esp*.tar.gz'
172+
files=$(find dist -name 'arduino-esp32-libs-esp*.tar.gz')
173173
for file in $files; do
174174
echo "Extracting $file"
175175
tar zxvf $file -C out

0 commit comments

Comments
 (0)