From a962704bab80a2407169eebce11bc4014460c70b Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Tue, 2 Jan 2024 11:02:52 -0800 Subject: [PATCH] Fix path --- .github/workflows/build-macos.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index eea5352..d591231 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -41,16 +41,14 @@ jobs: # Package mkdir /tmp/picotool - cp -a /usr/local/Cellar/hidapi/*/lib/*.dylib /tmp/picotool/. cp -a /usr/local/Cellar/libusb/*/lib/*.dylib /tmp/picotool/. - cp -a /usr/local/Cellar/capstone/*/lib/*.dylib /tmp/picotool/. cp -a picotool /tmp/picotool/. cp -a ../LICENSE.TXT /tmp/picotool/. cp -a ../README.md /tmp/picotool/. # Make dynlibs relative otool -L /tmp/picotool/picotool - (cwd=$(pwd); cd /tmp/picotool; bash $cwd/osx-relative-dynlib.sh) + (cwd=$(pwd); cd /tmp/picotool; bash $cwd/../../osx-relative-dynlib.sh) otool -L /tmp/picotool/picotool # Create tarball