fix artifacts upload ?
This commit is contained in:
parent
cf73da1c88
commit
591c257151
@ -50,16 +50,14 @@ jobs:
|
|||||||
# Step 5: Copy bitsandbytes wheel artifact to host
|
# Step 5: Copy bitsandbytes wheel artifact to host
|
||||||
- name: Copy bitsandbytes wheel to host
|
- name: Copy bitsandbytes wheel to host
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /tmp/bitsandbytes/dist
|
mkdir -p /tmp/bitsandbytes/
|
||||||
docker cp prebuilt-container:/tmp/bitsandbytes/dist/ /tmp/bitsandbytes/dist/
|
docker cp prebuilt-container:/tmp/bitsandbytes/dist/ /tmp/bitsandbytes/
|
||||||
ls -l /tmp/bitsandbytes/dist/
|
|
||||||
|
|
||||||
# Step 6: Copy llama-cpp-python wheel artifact to host
|
# Step 6: Copy llama-cpp-python wheel artifact to host
|
||||||
- name: Copy llama-cpp-python wheel to host
|
- name: Copy llama-cpp-python wheel to host
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /tmp/llama-cpp-python/dist
|
mkdir -p /tmp/llama-cpp-python/
|
||||||
docker cp prebuilt-container:/tmp/llama-cpp-python/dist/ /tmp/llama-cpp-python/dist/
|
docker cp prebuilt-container:/tmp/llama-cpp-python/dist/ /tmp/llama-cpp-python/
|
||||||
ls -l /tmp/llama-cpp-python/dist/
|
|
||||||
|
|
||||||
# Step 7: Upload bitsandbytes wheel artifact
|
# Step 7: Upload bitsandbytes wheel artifact
|
||||||
- name: Upload bitsandbytes wheel
|
- name: Upload bitsandbytes wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user