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 478da77 commit 881e750Copy full SHA for 881e750
extra/package.sh
@@ -5,6 +5,9 @@ if [ ! -f platform.txt ]; then
5
exit 2
6
fi
7
8
+FOLDER=`basename $PWD`
9
+
10
VERSION=$1
11
-tar --exclude=extras/** --exclude=.git* --exclude=build --exclude=venv --exclude=samples -cjhf ../arduino-core-zephyr-llext-${VERSION}.tar.bz2 .
12
+cd ..
13
+tar --exclude=extras/** --exclude=.git* --exclude=build --exclude=venv --exclude=samples -cjhf arduino-core-zephyr-llext-${VERSION}.tar.bz2 $FOLDER
0 commit comments