From 5f959b0f63199743f3308bc1e18ad12297f78e7b Mon Sep 17 00:00:00 2001 From: Johannes Lenzen Date: Tue, 2 Feb 2021 16:36:41 +0100 Subject: [PATCH] Add libraries to artifacts Fix --- CI/ci-linux-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/ci-linux-build.sh b/CI/ci-linux-build.sh index 9d9f1fb5..ffc4cae2 100755 --- a/CI/ci-linux-build.sh +++ b/CI/ci-linux-build.sh @@ -63,7 +63,7 @@ else fi echo "Copying all required libraries of OpenFlipper to the systemlib directory" - ldd bin/OpenFlipper | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib + ldd Build/bin/OpenFlipper | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib fi cd .. \ No newline at end of file