File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,12 @@ jq -cr '.[]' < ./extra/targets.json | while read -r item; do
2929 board=$( jq -cr ' .board // ""' <<< " $item" )
3030 args=$( jq -cr ' .args // ""' <<< " $item" )
3131
32+ ls extra -l
3233 variant=$( extra/get_variant_name.sh " $board " || echo " $board " )
34+ echo Board: $board
35+ echo Args: $args
36+ echo Variant: $variant
37+
3338 echo && echo && echo
3439 echo ${variant}
3540 echo ${variant} | sed -e ' s/./=/g'
Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ FOLDER=`basename $PWD`
1010VERSION=$1
1111
1212cd ..
13- tar --exclude=extras/** --exclude=.git* --exclude=build --exclude=venv --exclude=samples -cjhf arduino-core-zephyr-${VERSION} .tar.bz2 $FOLDER
14- [ -z " $GITHUB_ENV " ] || echo " CORE_PACKAGE=arduino-core-zephyr-${VERSION} .tar.bz2" >> $GITHUB_ENV " ]
13+ tar --exclude=extras/** --exclude=.git* --exclude=build --exclude=venv --exclude=samples -cjhf ArduinoCore-zephyr-${VERSION} .tar.bz2 $FOLDER
You can’t perform that action at this time.
0 commit comments