Browse Source

Fixed prepare_release.sh script so it can properly copy all of the binary deps

tags/0.9.1
Martin Evans 1 year ago
parent
commit
c38bc0a342
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .github/prepare_release.sh

+ 1
- 2
.github/prepare_release.sh View File

@@ -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


Loading…
Cancel
Save