We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4475eee commit 2c114b5Copy full SHA for 2c114b5
.github/workflows/package_core.yml
@@ -213,7 +213,7 @@ jobs:
213
grep '^depends=' "$propfile" | cut -d= -f2 | tr ',' '\n' | while read -r dep; do
214
printf " - name: %s\n" "$dep" | tee -a $GITHUB_ENV
215
done
216
- printf " - source_path: %s\n" $(find ArduinoCore-zephyr/libraries/ -maxdepth 1 -mindepth 1 -type d) | tee -a $GITHUB_ENV
+ printf " - source-path: %s\n" $(find ArduinoCore-zephyr/libraries/ -maxdepth 1 -mindepth 1 -type d) | tee -a $GITHUB_ENV
217
218
echo "EOF" >> $GITHUB_ENV
219
0 commit comments