diff --git a/.github/prepare_release.sh b/.github/prepare_release.sh index a4c96bbf..163b9443 100755 --- a/.github/prepare_release.sh +++ b/.github/prepare_release.sh @@ -22,8 +22,7 @@ fi mkdir ./temp; mkdir ./temp/runtimes; -# For sure it could be done better but cp -R did not work on osx -cp ./LLama/runtimes/*.* ./temp/runtimes/; +cp ./LLama/runtimes ./temp/runtimes -R; cp ./LLama/runtimes/build/*.* ./temp/; # get the current version