Skip to content

Commit

Permalink
Merge pull request #825 from martindevans/fix_mac_path
Browse files Browse the repository at this point in the history
Fixed MacOS upload path
  • Loading branch information
martindevans authored Jul 1, 2024
2 parents b5379ce + a62572c commit d7e1c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

env:
# Compiler defines common to all platforms
COMMON_DEFINE: -DGGML_NATIVE=OFF -DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_EXAMPLES=ON -DLLAMA_BUILD_SERVER=OFF -DBUILD_SHARED_LIBS=ON
COMMON_DEFINE: -DGGML_NATIVE=OFF -DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_EXAMPLES=ON -DLLAMA_BUILD_SERVER=OFF -DBUILD_SHARED_LIBS=ON -DGGML_RPC=ON

jobs:
compile-linux:
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: ./build/libllama.dylib
path: ./build/src/libllama.dylib
name: llama-bin-osx-${{ matrix.build }}.dylib
if-no-files-found: error
- name: Upload Llava
Expand Down

0 comments on commit d7e1c9d

Please sign in to comment.