Skip to content

Commit 794f786

Browse files
committed
fix
1 parent 3f53186 commit 794f786

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
@@ -181,7 +181,7 @@ jobs:
181181
run: |
182182
set -e
183183
mkdir -p out
184-
find dist -name 'arduino-esp32-libs-esp*.tar.gz'
184+
files=$(find dist -name 'arduino-esp32-libs-esp*.tar.gz')
185185
for file in $files; do
186186
echo "Extracting $file"
187187
tar zxvf $file -C out

0 commit comments

Comments
 (0)