Skip to content

Commit 89c0017

Browse files
authored
Update build-ci.yml
1 parent 944b35f commit 89c0017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
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 "*.so") ./build/bin/
134+
# cp $(find . -name "*.so") ./build/bin/ # Not needed anymore
135135
zip -r cudart-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip ./build/bin/*
136136
137137
- name: Upload artifacts

0 commit comments

Comments
 (0)