Skip to content

Commit 881e750

Browse files
committed
build: fix packaging script
1 parent 478da77 commit 881e750

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

extra/package.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ if [ ! -f platform.txt ]; then
55
exit 2
66
fi
77

8+
FOLDER=`basename $PWD`
9+
810
VERSION=$1
911

10-
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

Comments
 (0)