Skip to content

Commit 2c114b5

Browse files
committed
step
1 parent 4475eee commit 2c114b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
grep '^depends=' "$propfile" | cut -d= -f2 | tr ',' '\n' | while read -r dep; do
214214
printf " - name: %s\n" "$dep" | tee -a $GITHUB_ENV
215215
done
216-
printf " - source_path: %s\n" $(find ArduinoCore-zephyr/libraries/ -maxdepth 1 -mindepth 1 -type d) | tee -a $GITHUB_ENV
216+
printf " - source-path: %s\n" $(find ArduinoCore-zephyr/libraries/ -maxdepth 1 -mindepth 1 -type d) | tee -a $GITHUB_ENV
217217
done
218218
echo "EOF" >> $GITHUB_ENV
219219

0 commit comments

Comments
 (0)