Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Jan 21, 2022
1 parent e3a23a9 commit caa216a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/copy-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if [[ "${OS}" == "windows-latest" ]]; then
cp target/release/svm-cli.exe bins/svm-cli.exe
cp target/release/svm.h bins/svm.h
elif [[ "${OS}" == "macos-latest" ]]; then
mkdir bins/x86_64
mkdir bins/aarch64
mkdir -p bins/x86_64
mkdir -p bins/aarch64
cp target/aarch64-apple-darwin/release/libsvm_runtime_ffi.dylib bins/aarch64/libsvm.dylib
cp target/aarch64-apple-darwin/release/libsvm_runtime_ffi.a bins/aarch64/libsvm.a
cp target/aarch64-apple-darwin/release/svm-cli bins/aarch64/svm-cli
Expand Down

0 comments on commit caa216a

Please sign in to comment.