diff --git a/script/ci/unpack-and-test.sh b/script/ci/unpack-and-test.sh index 23b28453..b21ad2c3 100755 --- a/script/ci/unpack-and-test.sh +++ b/script/ci/unpack-and-test.sh @@ -10,4 +10,5 @@ ls -1 artifact mkdir -p prebuilds mv artifact*/*.tar.gz . || echo "no mac prebuilds" ls *.gz |xargs -n1 tar -xzf +"$SCRIPT_DIR"/../download-plugins.sh "$SCRIPT_DIR"/build-and-test.sh \ No newline at end of file