diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 5f2da3c..d4225f8 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -1,4 +1,4 @@ -name: Install MetaCall on MacOs Test +name: Install MetaCall on MacOS Test on: [push, pull_request, workflow_dispatch] diff --git a/install.sh b/install.sh index b37643e..4049682 100755 --- a/install.sh +++ b/install.sh @@ -453,7 +453,7 @@ uncompress() { # Get the binary files installed, use the tar directly because if we use the ${install_list} it is # going to exclude the binaries that were already installed, also do not include metacall itself ${CMD_SUDO} tar -tf "${tmp}" | sed 's/^\.//' \ - | grep "^${PLATFORM_BIN}/" \ + | grep -E "^${PLATFORM_BIN}/.+" \ | grep -v "^${PLATFORM_BIN}/metacall" \ | ${CMD_SUDO} tee "${bin_list}" > /dev/null