Skip to content

Commit 669b138

Browse files
authored
Update build-ci.yml
1 parent b7b5af1 commit 669b138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
132132
run: |
133133
cp LICENSE ./build/bin/
134-
cp $(find . -name "lib*.so") ./build/bin/
134+
cp $(find . -name "*.so") ./build/bin/
135135
zip -r cudart-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip ./build/bin/*
136136
137137
- name: Upload artifacts
@@ -210,7 +210,7 @@ jobs:
210210
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
211211
run: |
212212
cp LICENSE ./build/bin/
213-
cp $(find . -name "lib*.so") ./build/bin/
213+
cp $(find . -name "*.so") ./build/bin/
214214
zip -r vulkan-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip ./build/bin/*
215215
216216
- name: Upload artifacts

0 commit comments

Comments
 (0)