Skip to content

Commit

Permalink
fix path for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed May 13, 2023
1 parent bf0ad15 commit fc2a07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-llama-cpp-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Copy GPU & CPU artifact from Docker container
run: |
docker cp my-artifact-builder:/build/dist/llama_cpp_python-gpu-0.1.49-cp38-cp38-linux_x86_64.whl ./llama_cpp_python-gpu-0.1.49-cp38-cp38-linux_x86_64.whl
docker cp my-artifact-builder:/build/dist/llama_cpp_python-cpu-0.1.49-cp38-cp38-linux_x86_64.whl ./llama_cpp_python-cpu-0.1.49-cp38-cp38-linux_x86_64.whl
docker cp my-artifact-builder:/build/dists/llama_cpp_python-gpu-0.1.49-cp38-cp38-linux_x86_64.whl ./llama_cpp_python-gpu-0.1.49-cp38-cp38-linux_x86_64.whl
docker cp my-artifact-builder:/build/dists/llama_cpp_python-cpu-0.1.49-cp38-cp38-linux_x86_64.whl ./llama_cpp_python-cpu-0.1.49-cp38-cp38-linux_x86_64.whl
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit fc2a07a

Please sign in to comment.