From 96e1fe49d4a39dca033c664eb6c01f0ee64959ef Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 8 Sep 2022 11:44:27 -0400 Subject: [PATCH] Github action stuff --- tools/make-mv3.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/make-mv3.sh b/tools/make-mv3.sh index e32e6e6b8..175fd194f 100755 --- a/tools/make-mv3.sh +++ b/tools/make-mv3.sh @@ -62,8 +62,9 @@ if [ "$1" = "full" ]; then cd $TMPDIR > /dev/null rm log.txt zip $PACKAGENAME -r ./* - cp $PACKAGENAME $(dirname $DES) cd - > /dev/null + cp $TMPDIR/$PACKAGENAME dist/build/ rm -rf $TMPDIR + ls -l dist/build echo "Package location: $(pwd)/dist/build/$PACKAGENAME" fi